...
Property | Type | Required | Explanation |
sportId | string (100) | Required | Unique Bookmaker identifier for sport. It needs to be unique for the entire service per bookmaker. |
sportName | string (200) | Required | Bookmaker sport name. |
competitionId | string (100) | Required | Unique Bookmaker identifier for competition. It needs to be unique for the entire service per bookmaker. |
competitionName | string (200) | Required | Bookmaker competition name. |
fixtureId | string (100) | Required | Unique Bookmaker identifier for the fixture. It needs to be unique for the entire service per bookmaker. |
fixtureName | string (200) | Required | Bookmaker fixture name. |
fixtureStartTimeUTC | DateTime | Required | Bookmaker fixture start time. Please use the format "yyyy-MM-ddTHH:mm:ss.ffffZ". Details are here. |
marketId | string (500) | Required | Unique Bookmaker identifier for the market. It needs to be unique for the entire service per bookmaker. |
marketName | string (200) | Required | Bookmaker market name. |
selectionId | string (200) | Required | Unique Bookmaker In case of GeniusSports content: unique Genius Sports identifier for the outcome of the market. It needs to be unique for the entire service per bookmaker.This must match with the selectionId sent in Bet Assessment API assessment request. In case of non GeniusSports contentthis : unique Bookmaker identifier for the outcome of the market. Needs to be unique for the entire service per bookmaker. It must match with the selection id selectionId sent to OddsFeed Platform Ingestion API and the selectionId sent in Bet Assessment API assessment request. |
selectionName | string (200) | Required | Bookmaker selection name. |
...