🏛️ Price

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

📜 prices list [BETA]

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.