๐Ÿ“‹ Market

An object that represents a specific betting Market.

{
    "id": "MKT_384ab07bf6de489b9fe5616b6f35e92a",
    "name": "Player Prop Total Home Runs",
    "type": "prop",
    "proposition": "total",
    "player": true,
    "team": false,
    "future": false,
    "oddsjamId": "player_home_runs",
    "sportradarId": "sr:market:9003",
    "sportsdataioId": null,
    "theOddsApiId": "batter_home_runs",
    "sport": {
      "id": "SPRT_baseball",
      "name": "Baseball"
    },
    "league": {
      "id": "LGUE_mlb",
      "name": "Major League Baseball",
      "abbr": "MLB"
    },
    "segment": {
      "id": "SEGM_M",
      "name": "Match"
    },
    "metric": {
      "id": "METR_homeruns",
      "name": "Home Runs"
    }
  }

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.


theOddsApiId (string)

The Odds API market ID associated with the Market.