MarketSelection Metadata Object
{
"event": {
"id": "EVNT_034db3a5675e4b7296f25fd3e6f66710",
"sportsdataioId": "18658",
"sportradarId": "cc23f026-32ea-4c2a-8f6d-c873a6844178",
"oddsjamId": "13602-22677-24-02",
"sport": "Basketball",
"league": "NBA",
"name": "Los Angeles Lakers @ Boston Celtics",
"startTime": "2024-01-15T01:00:00Z",
"startDate": "2024-01-15",
"contestantHome": {
"id": "TEAM_8bfd1dfe1a09451195d19c792ea18567",
"fullName": "Boston Celtics",
"aggregateStats": {
"points_per_game": 118.5,
"field_goal_percentage": 47.2,
"three_point_percentage": 36.8
}
},
"contestantAway": {
"id": "TEAM_4c55dc8e7a3b4b21b0509d93b49f8a33",
"fullName": "Los Angeles Lakers",
"aggregateStats": {
"points_per_game": 115.2,
"field_goal_percentage": 45.1,
"three_point_percentage": 34.5
}
}
},
"team": {
"id": "TEAM_4c55dc8e7a3b4b21b0509d93b49f8a33",
"name": "Los Angeles Lakers"
},
"opponent": {
"id": "TEAM_8bfd1dfe1a09451195d19c792ea18567",
"name": "Boston Celtics"
},
"locationType": "Away",
"player": {
"id": "PLYR_lebron_james_2544",
"name": "LeBron James",
"aggregateStats": {
"points_per_game": 25.8,
"rebounds_per_game": 7.2,
"assists_per_game": 8.1,
"field_goal_percentage": 52.1
}
},
"market": {
"id": "MKT_66072c73020447638eeed55d0313c0db",
"name": "Player Prop Total Points"
},
"position": "Over",
"DVP": 15.2,
"dvpRank": 5,
"dvpAvg": 14.8,
"dvpPosition": "SF",
"consensusProjection": 26.5,
"venue": {
"name": "TD Garden",
"parkFactorPerc": 102.1,
"parkFactorRank": 15
},
"startingPitcher": {
"id": "PLYR_gerrit_cole_571",
"name": "Gerrit Cole",
"hand": "R"
},
"L1": {
"hits": 1,
"hitPerc": 100.0,
"stdev": 0.0,
"mean": 28.0,
"median": 28.0
},
"L5": {
"hits": 3,
"hitPerc": 60.0,
"stdev": 4.2,
"mean": 24.8,
"median": 25.0
},
"L10": {
"hits": 6,
"hitPerc": 60.0,
"stdev": 5.1,
"mean": 25.2,
"median": 25.5
},
"season": {
"hits": 45,
"hitPerc": 65.2,
"stdev": 6.8,
"mean": 25.8,
"median": 26.0
},
"vsOpponent": {
"dataStartDate": "2023-01-15T19:00:00Z",
"currentSeason": "2023-2024",
"2023-2024": {
"hits": 2,
"hitPerc": 66.7,
"stdev": 3.5,
"mean": 27.3,
"median": 27.0
},
"all": {
"hits": 12,
"hitPerc": 60.0,
"stdev": 5.2,
"mean": 26.1,
"median": 26.5
}
},
"atLocationType": {
"dataStartDate": "2023-01-15T19:00:00Z",
"currentSeason": "2023-2024",
"2023-2024": {
"hits": 18,
"hitPerc": 58.1,
"stdev": 6.2,
"mean": 24.9,
"median": 25.0
},
"all": {
"hits": 89,
"hitPerc": 61.4,
"stdev": 6.5,
"mean": 25.1,
"median": 25.5
}
},
"bestPrice": {
"line": 26.5,
"overOdds": -110,
"underOdds": -110,
"bookId": "BOOK_pPg9ABaPSj2mL6qoMTKR1A"
}
}
Endpoints
event (object)
Event details for the game where this market selection applies.
id (string)
Unique identifier for the event with format EVNT_*
.
sport (string)
Sport name (e.g., "Basketball", "Football", "Baseball").
league (string)
League abbreviation (e.g., "NBA", "NFL", "MLB").
name (string)
Event name in format "Away Team @ Home Team".
startTime (string)
ISO 8601 formatted start time of the event.
contestantHome (object)
Home team details including team ID, name, and optional aggregate statistics (if teamAggStats=true
).
contestantAway (object)
Away team details including team ID, name, and optional aggregate statistics (if teamAggStats=true
).
team (object)
The team associated with this market selection (for player props, this is the player's team).
id (string)
Unique team identifier with format TEAM_*
.
name (string)
Team display name.
opponent (object)
The opposing team for this market selection.
id (string)
Unique team identifier with format TEAM_*
.
name (string)
Team display name.
locationType (string)
Indicates whether the team is playing at home or away. Values: "Home"
or "Away"
.
player (object)
Player details for player prop bets. Only present for player proposition markets.
id (string)
Unique player identifier with format PLYR_*
.
name (string)
Player display name.
aggregateStats (object)
Player aggregate statistics (if playerAggStats=true
). Contains season averages and performance metrics relevant to the specific market.
market (object)
Market details for this selection.
id (string)
Unique market identifier with format MKT_*
.
name (string)
Market display name (e.g., "Player Prop Total Points", "Team Total Points").
position (string)
The betting position for this selection. Values: "Over"
or "Under"
.
DVP (float)
Defense vs Position ranking - opponent's defensive ranking against this player's position. Lower values indicate stronger defense.
dvpRank (integer)
Opponent's league ranking for defense against this position (1 = best defense).
dvpAvg (float)
League average for the statistical category being measured.
dvpPosition (string)
Player position used for DVP calculation (e.g., "PG", "SF", "QB", "RB").
consensusProjection (float)
Consensus projection value for this market from various sportsbooks and prediction models.
venue (object)
Venue information for the event (primarily used for MLB).
name (string)
Venue display name.
parkFactorPerc (float)
Park factor percentage indicating how the venue affects scoring (100 = neutral, >100 = hitter-friendly).
parkFactorRank (integer)
Venue ranking for park factor (1 = most hitter-friendly).
startingPitcher (object)
Starting pitcher information (MLB only).
id (string)
Unique player identifier for the starting pitcher.
name (string)
Starting pitcher display name.
hand (string)
Pitcher handedness. Values: "L"
(left) or "R"
(right).
L1, L5, L10, L20 (objects)
Historical performance statistics for the player's last X games (L1 = last 1 game, L5 = last 5 games, etc.).
hits (integer)
Number of games where the player exceeded the betting line.
hitPerc (float)
Percentage of games where the player exceeded the betting line.
stdev (float)
Standard deviation of the player's performance in this category.
mean (float)
Average performance value over the specified game range.
median (float)
Median performance value over the specified game range.
season (object)
Current season performance statistics using the same structure as last X games (hits, hitPerc, stdev, mean, median).
vsOpponent (object)
Historical performance against this specific opponent.
dataStartDate (string)
ISO 8601 timestamp indicating when historical data collection began.
currentSeason (string)
Current season identifier (e.g., "2023-2024").
[Season] (object)
Performance statistics for each season against this opponent (e.g., "2023-2024", "2022-2023").
all (object)
All-time performance statistics against this opponent.
atLocationType (object)
Historical performance at this location type (home/away) using the same structure as vsOpponent.
vsStartingPitcher (object)
Historical performance against this specific starting pitcher (MLB only). Uses the same structure as vsOpponent.
vsStartingPitcherHand (object)
Historical performance against pitchers of this handedness (MLB only). Uses the same structure as vsOpponent.
atVenue (object)
Historical performance at this specific venue (MLB only). Uses the same structure as vsOpponent.
bestPrice (object)
Best available pricing information if the line was derived from the best offer.
line (float)
The betting line value used for calculations.
overOdds (integer)
American odds for the Over position.
underOdds (integer)
American odds for the Under position.
bookId (string)
Sportsbook identifier providing the best price.