A MarketOffer is an object representing a each available selection on a market for a specific event.
{
"id": "MKTO_8ce00ee675054ae28589fe0ef5301560",
"market": {
"id": "MKT_2e8cad9c0dd14981b13355ded37b2811",
"name": "Player Prop Total Hits + Runs + RBIs",
"type": "prop",
"proposition": "total",
"player": true,
"team": false,
"future": false,
"oddsjamId": null,
"sportradarId": null,
"sportsdataioId": null,
"theOddsApiId": null,
"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_hitsrunsrbis",
"name": "Hits + Runs + RBIs"
}
},
"event": {
"id": "EVNT_3cc20afd357542dfa4ce413e982c64fe",
"sportsdataioId": "10072548",
"sportradarId": "debbb1b6-7d37-4177-a462-9ed7fa308b49",
"oddsjamId": "24292-35183-2024-08-16-15",
"theOddsApiId": "f042b623f0e70459103f5406f1ea75ee",
"sport": "Baseball",
"league": "MLB",
"name": "Kansas City Royals @ Cincinnati Reds",
"nameSpecial": null,
"startTime": "2024-08-16T22:40:00Z",
"startDate": "2024-08-16",
"endTime": null,
"sportId": "SPRT_baseball",
"leagueId": "LGUE_mlb",
"contestantAway": {
"id": "TEAM_2830323a27e04c02a20da571533db222",
"fullName": "Kansas City Royals"
},
"contestantHome": {
"id": "TEAM_645825175d5b4c58acd7a221c842d891",
"fullName": "Cincinnati Reds"
},
"neutralVenue": false
},
"player": {
"id": "PLYR_652b8f38225c41b1bdff85975889e33c",
"sportsdataioId": "10005741",
"oddsjamId": "B596D9D36B6E",
"sportradarId": "cf302aef-cb3a-4626-ba44-a9bc7bbb3f5b",
"firstName": "Paul",
"lastName": "DeJong",
"sportId": "SPRT_baseball",
"fullName": "Paul DeJong"
},
"team": null,
"sdioMarketId": null
}
Endpoints
id (string)
A unique identifier representing the MarketOffer. Each MarketOfferID will start with the unique character set MKTO_
.
market (hash)
Represents the SharpSports 📋 Market object associated with this MarketOffer.
event (hash)
Represents the SharpSports event object associated with this MarketOffer.
player (hash)
Represents the SharpSports ⛹️♂️ Player object associated with this MarketOffer if it is a player prop.
team (hash)
Represents the SharpSports 🎽 Team object associated with this MarketOffer if it is a player prop.
sdioMarketId (string)
The sportsdata.io market ID associated with this MarketOffer.