...
Property | Type | Required | Explanation | Comments |
selectionId | string (200) | Required | A unique identifier for the outcome of the market. It needs to be unique for the entire service per bookmaker. | This In case of GeniusSports content this must match with the selectionId in BookmakerContent betgeniusContent property sent to Bet Feed Receiver once the bet is confirmed. In case of non GeniusSports content this must match with the selection id sent to OddsFeed Platform Ingestion API and the selectionId in BookmakerContent property sent to Bet Feed Receiver once the bet is confirmed. |
price | decimal | Required | The odds for the selection. Decimal prices - up to 5 decimal places. | Values with more than 5 decimal places will be truncated. Example: Price of 5.5547878 will be truncated to 5.55478. |
gameState | string (10) | Required | Whether the leg is for an InPlay or PreMatch market, supported values: [“PreMatch“/”InPlay”]. | Markets could have different liability limits for PreMatch and InPlay, so we need to know what was the game state at the time of the bet placement. |
...