Skip to main content

Retrieves information about a specific market given a provider. Includes child bets and prices for all bookmakers associated with the API-KEY.

GET 

/markets

Retrieves all found markets and bets for given Provider and market type

Request

Query Parameters

    providerName SubeventProviderNamerequired

    Possible values: [SPORT_RADAR, PA, FAIRPLAY, OPTA]

    Provider Name to search on

    providerId stringrequired

    Provider Id to search on

    marketTypeId int64required

    Market type Id to search on

    inPlay boolean

    Whether to return inplay odds or pregame for matches

    bookmakerCode string[]

    Bookmaker codes to filter market odds on

Header Parameters

    API-KEY stringrequired

    API Key

    Country-Code string

    Possible values: [US, GB, IT, ES]

    2 character ISO country code

    Subdivision string

    2 character subdivision code e.g. NJ = New Jersey

Responses

Returns a Market with child Bets and Prices.

Schema

  • Array [

  • subeventId int64required

    providerReferences

    object[]

  • Array [

  • provider SubeventProviderName (string)

    Possible values: [SPORT_RADAR, PA, FAIRPLAY, OPTA]

    id string
  • ]

  • subeventName stringrequired
    subeventStartTime stringrequired

    subevent starting time in UTC

    marketId int64required
    marketName stringrequired
    marketTypeId int64required

    bets

    object[]

  • Array [

  • betId int64required
    betName stringrequired

    providerReferences

    object[]

  • Array [

  • provider BetProviderName (string)

    Possible values: [SPORT_RADAR, PA, FAIRPLAY]

    id string
  • ]

  • line string
    marketId int64required
    marketName stringrequired
    participantType string

    Possible values: [PLAYER, TEAM]

    odds

    object[]

  • Array [

  • bookmakerCode stringrequired
    oddsFractional stringrequired
    oddsDecimal doublerequired
    oddsUs stringrequired

    The US format of a price

    status stringrequired

    Possible values: [ACTIVE, FAILED, SUSPENDED]

    Whether the Bookmaker is currently offering this price. It could be temporarily unavailable or it may have expired.

  • ]

  • ]

  • bestLinePair

    object

    closest line pairing based off average decimal odds, supported markets are handicaps/point spread and total points

    lower

    object

    Lower bound bet totals markets will contain under, handicaps will contain minus

    name stringrequired
    id int64required

    upper

    object

    Upper bound bet totals markets will contain over, handicaps will contain plus

    name stringrequired
    id int64required
  • ]

Loading...