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:

  1. A player opens a sportsbook section in the casino.
  2. The casino sends a request to the Groove API to open the game.
  3. The Groove API returns a JSON object as described above.
  4. The casino renders HTML based on the values in the response.

sportbook_startgame_chart sportbook_startgame_chart