Appendix B. Sportsbook Start Game
Appendix B. Sportsbook Start Game
To open a BetBy Sportsbook, the casino sends a Sportsbook start game request and receives a JSON object with the values required to open the BetBy Sportsbook.
{
"url": "a URL for a javascript code that renders the sports book",
"brandId": "brand identifier on BetBy side as configured on Groove",
"key": "provider session ID. Built by the sessionId received from the casino with casino_id prefix",
"themeName": "Design pattern identifier"
}The casino is responsible for embedding the sports component in the website. This is the process:
- A player opens a sportsbook section in the casino.
- The casino sends a request to the Groove API to open the game.
- The Groove API returns a JSON object as described above.
- The casino renders HTML based on the values in the response.