Frequently asked questions on Odds Comparison Futures
Click on the categories below or browse questions on the right panel.
Categories
.
Coverage
What sports are covered?
The sports coverage varies depending on configured bookmakers offering in that particular point in time. To get a list of available sports call the Sports endpoint.
What competitions are covered?
The competition coverage varies depending on configured bookmakers offering in that particular point in time. To get a list of all the competitions for a sport call the Sport Competitions endpoint.
Integration
How can I find the values for various enum data points within the API?
For the most up-to-date values, please see the Schema section of the OpenAPI specification here.
What format are date fields presented in?
Date values are presented in the ISO 8601 standard format.
Timestamp fields are in UTC. These could include scheduled start times or play-by-play event timestamps. Examples: scheduled="2024-02-11T23:30:00+00:00"
, created_at="2024-02-11T23:43:20+00:00"
Date-only fields reflect local league convention and are not UTC-adjusted. These could include season start dates and birth dates. Examples: start_date="2024-08-16"
, date_of_birth="1984-09-22"
How do I locate the TTL (Time to Live)/cache on an API endpoint?
The cache (in seconds) can be accessed in the returned header information on each RESTful API call, under cache-control
.
ex. cache-control: max-age=1, public, s-maxage=1
or
cache-control: public, must-revalidate, max-age=120
Odds Availability
How long are odds stored and provided?
Odds are removed from all endpoints after 24 hours of their completion. This will include competition and sport event information.
Mapping
Why would a player ID (ex. sr:player:830531
) appear more than once in the Player Mappings endpoint?
sr:player:830531
) appear more than once in the Player Mappings endpoint?A player may appear in multiple APIs with a separate ID unique to that API. For example, multiple ID mapping entries could occur from the American Football API to the NFL, NCAA Men’s Football, or USFL APIs.
More questions?
Reach out to [email protected] for further assistance.