Hello,
newbie here.
I have to get the odds for a single market of an event: let's say the market is "Over/Under 0.5 Goals" and the event is "Inter v Cagliari" for Italian serie A soccer.
After getting the event id I get all the market (type of bet) for the match calling listMarketCatalogue. There I get the market id I want and with that I call listMarketBook using the filters:
The response I get is the following
I don't see where is the value of the odd I asked for.
TIA
newbie here.
I have to get the odds for a single market of an event: let's say the market is "Over/Under 0.5 Goals" and the event is "Inter v Cagliari" for Italian serie A soccer.
After getting the event id I get all the market (type of bet) for the match calling listMarketCatalogue. There I get the market id I want and with that I call listMarketBook using the filters:
Code:
{ "marketIds" : ["1.115592631" ]
},
"id": 1}
Code:
[
{
"status": "OPEN",
"isMarketDataDelayed": true,
"numberOfRunners": 2,
"complete": true,
"bspReconciled": false,
"runnersVoidable": false,
"betDelay": 0,
"marketId": "1.115592631",
"crossMatching": false,
"totalMatched": 0.0,
"version": 825009369,
"numberOfWinners": 1,
"inplay": false,
"numberOfActiveRunners": 2,
"totalAvailable": 0.0,
"runners": [
{
"handicap": 0.0,
"status": "ACTIVE",
"selectionId": 5851482
},
{
"handicap": 0.0,
"status": "ACTIVE",
"selectionId": 5851483
}
]
}
]
TIA



Comment