Skip to content

Odds

An oddID is a unique identifier for a specific betting option. In other words, it tracks a specific side/outcome to bet on on a specific market.

The oddID combines multiple of the identifiers previously discussed into a single unique value with the following format: {statID}-{statEntityID}-{periodID}-{betTypeID}-{sideID}

Each item returned by the /events endpoint contains odds data in the odds field. The odds field is an object with each key being an oddID and the value being all of the data related to those odds…

Each item returned by the /odds endpoint correlates to an Event and contains the same eventID you’d find when calling the /events endpoint. Objects returned by this endpoint also include an odds field keyed by oddID values. The 2 main differences between the odds objects returned by each endpoint are are 1) /odds endpoint will return odds for all markets whereas /events endpoint is a bit more selective. For example, the events endpoint only returns odds for markets where we will be able to settle the result with scoring data. 2) The odds endpoint returns more data/fields for each odds item including a byBookmaker field which gives information about the current odds across specific bookmakers