An object representing the prices for a particular marketSelection and book organized with a nested serialization.
{
"eventId": "EVNT_14368855fdbb4b14965536d04c50dcbb",
"markets": [
{
"id": "MKT_945039fb0b3b49c18b27f69d98826ee6",
"name": "Moneyline",
"marketOffers": [
{
"id": "MKTO_51d113568d6c483895a9d7e1d7dbadc0",
"player": null,
"team": null,
"marketSelections": [
{
"id": "MRKT_3933288e631c4f188c30db34dd52774e",
"position": "Arizona Diamondbacks",
"positionId": "TEAM_3091d5574798424ab85271e615dd5183",
"books": {
"books": [
{
"id": "BOOK_nhLZ9l5DRs6w6KcE2n7vnw",
"abbr": "dk",
"name": "DraftKings",
"prices": [
{
"line": 0.0,
"odds": -155,
"main": true,
"live": false
}
]
},
{
"id": "BOOK_c81242f993894e67966b3ccfc4ba3a65",
"abbr": "bs",
"name": "ESPN BET",
"prices": [
{
"line": 0.0,
"odds": -155,
"main": true,
"live": false
}
]
},
{
"id": "BOOK_IPBQaQQTCRxplZx7SYOA",
"abbr": "ca",
"name": "Caesars",
"prices": [
{
"line": 0.0,
"odds": -160,
"main": true,
"live": false
}
]
},
{
"id": "BOOK_pPg9ABaPSj2mL6qoMTKR1A",
"abbr": "mg",
"name": "BetMGM",
"prices": [
{
"line": 0.0,
"odds": -150,
"main": true,
"live": false
}
]
},
{
"id": "BOOK_Rf7xRhS7TKQUl94Xkt5w",
"abbr": "fd",
"name": "Fanduel",
"prices": [
{
"line": 0.0,
"odds": -154,
"main": true,
"live": false
}
]
}
]
}
},
{
"id": "MRKT_cc429231979c482a99c246ea78240d8d",
"position": "Miami Marlins",
"positionId": "TEAM_c9ca7e172559411e8d19a3eff02918fb",
"books": {
"books": [
{
"id": "BOOK_nhLZ9l5DRs6w6KcE2n7vnw",
"abbr": "dk",
"name": "DraftKings",
"prices": [
{
"line": 0.0,
"odds": 130,
"main": true,
"live": false
}
]
},
{
"id": "BOOK_IPBQaQQTCRxplZx7SYOA",
"abbr": "ca",
"name": "Caesars",
"prices": [
{
"line": 0.0,
"odds": 135,
"main": true,
"live": false
}
]
},
{
"id": "BOOK_pPg9ABaPSj2mL6qoMTKR1A",
"abbr": "mg",
"name": "BetMGM",
"prices": [
{
"line": 0.0,
"odds": 125,
"main": true,
"live": false
}
]
},
{
"id": "BOOK_Rf7xRhS7TKQUl94Xkt5w",
"abbr": "fd",
"name": "Fanduel",
"prices": [
{
"line": 0.0,
"odds": 130,
"main": true,
"live": false
}
]
},
{
"id": "BOOK_c81242f993894e67966b3ccfc4ba3a65",
"abbr": "bs",
"name": "ESPN BET",
"prices": [
{
"line": 0.0,
"odds": 130,
"main": true,
"live": false
}
]
}
]
}
}
]
}
]
}
]
}
Endpoints
eventId (string)
A unique identifier representing the ๐๏ธ event
markets (hash)
Represents the ๐ Market associated with the prices.
id (string)
The unique identifier associated with the ๐ Market.
name (string)
The name of the ๐ Market.
marketOffers (hash)
Represents the ๐ MarketOffer associated with the prices.
id (string)
The unique identifier associated with the ๐ MarketOffer
player (hash)
The โน๏ธโโ๏ธ Player associated with the ๐ MarketOffer in the case of a player prop. This will include id
and fullName
.
team (hash)
The ๐ฝ Team associated with the ๐ MarketOffer in the case of a team prop. This will include id
and fullName
.
marketSelections (hash)
Represents the ๐ท๏ธ MarketSelectionsassociated with the relevant ๐ MarketOffer.
id (string)
The unique identifier associated with the ๐ท๏ธ MarketSelection.
position (hash)
The name of the position of the ๐ท๏ธ MarketSelection. This could be a player, team, Over
, Under
or any other valid position.
positionId (hash)
If the position is a standardized object like a โน๏ธโโ๏ธ Player or a ๐ฝ Team this will hold the unique identifier associated with that object.
books (hash)
Represents the ๐ Book associated with the relevant Price.
id (string)
The unique identifier associated with the ๐ Book.
abbr (string)
The 2 character abbr of the ๐ Book.
name (string)
The name of the ๐ Book.
prices (hash)
Represents the price(s) associated with the ๐ Book and ๐ท๏ธ MarketSelection.
line (float)
The line associated with the price.
odds (int)
The odds associated with the line.
main (bool)
When false
, this price represents an "alt" line.
live (bool)
When true
, this price represents a value that has been updated since the event began.