Version: 2.0.0

Sportsbooks

REQUIREMENT

You'll need a license key to use OddsJam's API. You can get one by emailing us at [email protected].

API Endpoint#

https://api-external.oddsjam.com/api/v2/sportsbooks/

Description#

This endpoint returns all the sportsbooks that are currently available for the specified query params. For instance, if a League is out of season, like NFL in the summer, this endpoint will return nothing since there are no active games.

Parameters#

NOTE

You must provide at least one of game_id, sport, or league per GET request.

key (required)#

Your OddsJam API license key.

game_id#

The ID of the game that you want markets for.

NOTE

You can only pass in one game_id per request.

sport#

The sport you want to receive teams for. We support the following:

  • football
  • basketball
  • baseball
  • mma
  • boxing
  • hockey
  • soccer
  • tennis
  • golf
  • motorsports
  • esports
  • wrestling
  • aussie-rules
  • rugby

league#

The league you want to receive odd changes for (e.g. NCAAB)

active#

When this is active, we send all active sportsbooks that we support. Note this supersedes any other query param.

Example Response#

{
"data": [
"BET99",
"BetAnySports",
"BetMGM",
"BetOnline",
"BetRivers",
"BetRivers (New York)",
...
]
}