Event Simulator
Info
The Casino API must be implemented before Event Simulator, as both products utilize the same set of API calls. However, the Event Simulator includes one additional custom endpoints for retrieving bet slips data
Implementation Note
Before implementing Event Simulator, the provider must supply a list of all games and subgames, including the list of competitions. This information is crucial for our system to accurately map the provided data to our internal types and bet types. This mapping ensures that the odds and bet slips returned are precise and aligned with the provider's offerings.
Steps for Providers:
- Supply Game and Competition Data: Ensure to provide detailed information about all games, subgames, and competitions. This data should include unique identifiers and descriptive names.
- Mapping Process: Our team will use this data to create a mapping between the provider's data and our internal representations. This process is essential to maintain consistency and accuracy in the data exchange.
- Testing and Validation: After the mapping is completed, thorough testing will be conducted to validate that the data integration works seamlessly, ensuring that the odds and bet slips are accurately reflected based on the provider's input.