๐Ÿ“‹ Market

An object that represents a specific betting Market.

  {
    "id": "MKT_b6efa15fa2e047c5b4a412211af466ec",
    "name": "Player Prop Total Assists",
    "type": "prop",
    "proposition": "total",
    "player": true,
    "team": false,
    "future": false,
    "oddsjamId": "player_assists",
    "sportradarId": "sr:market:6010",
    "sportsdataioId": null,
    "sport": {
      "id": "SPRT_americanfootball",
      "name": "Football"
    },
    "league": {
      "id": "LGUE_nfl",
      "abbr": "NFL",
      "name":"National Football League"
    },
    "segment": {
      "id": "SEGM_M",
      "name": "Match"
    },
    "metric": {
      "id": "METR_assists",
      "name": "Assists"
    }
  }

Endpoints

๐Ÿ“œ market list

๐Ÿ”Ž market detail

id (string)

A unique identifier representing the Market. Each Market ID will start with the unique character set MKT_.


name (hash)

A string description of the market.


type (string)

Represents the type of market associated with this Market - either straight or prop


proposition (string)

In the case of a straight bet, this will always be one of spread, moneyline, total or 3-way. In the case of a prop bet, this can be one of those four options, or a description of unique aspect like gatorade color poured on winning head coach.


player (bool)

Represents whether the market is a player prop. If true, the associated ๐Ÿท๏ธ MarketSelections will include a propDetails.player.


player (bool)

Represents whether the market is a team prop. If true, the associated ๐Ÿท๏ธ MarketSelections will include a propDetails.team.


future (bool)

Represents whether the market is defined as a future. Futures are defined as markets on ๐Ÿ”” Events that lack a specific matchup.


segment (object)

This represents the specific half, quarter, or other specific segment of the event that the Market is based on.


{
 "id": "SEGM_M",
 "name": "Match"
}

metric (object)

This represents the relevant metric if the bet concerns a stat other than the primary result metric. For instance, this field would be Field Goals if this was a prop on the total field goals in a game.

{
 "id": "METR_assists",
 "name": "Assists"
}

sport (object)

This represents the relevant ๐Ÿˆ Sport associated with the market.

{
  "id": "SPRT_americanfootball",
  "name": "Football"
}

league (object)

This represents the relevant ๐ŸŸ๏ธ League associated with the market.

{
  "id": "LGUE_6f8a50498ff14a97ad58f47b184116c4",
  "sportsdataioId": "49",
  "sportradarId": null,
  "oddsjamId": null,
  "sportId": "SPRT_soccer",
  "region": "N/C America",
  "name": "Leagues Cup",
  "abbr": "LEC"
}

sportsdataioId (string)

The sportsdata.io market ID associated with this Market.


sportradarId (string)

The sportradar market ID associated with the Market.


oddsjamId (string)

The OddsJam market ID associated with the Market.