Hi everyone, I'm wondering what's the best way to get odds data of any football event.
With listMarketBook I'm able to get an object array with this kind of structure eacth, but I'm wondering how can I get the name of the selection instead of the selctionId or if there is a way to get the name through the selectionId.
{
selectionId: 58805,
handicap: 0,
status: 'ACTIVE',
lastPriceTraded: 3.75,
totalMatched: 0,
ex: {
availableToBack: [Array],
availableToLay: [Array],
tradedVolume: []
}
}
Thanks in advance!
With listMarketBook I'm able to get an object array with this kind of structure eacth, but I'm wondering how can I get the name of the selection instead of the selctionId or if there is a way to get the name through the selectionId.
{
selectionId: 58805,
handicap: 0,
status: 'ACTIVE',
lastPriceTraded: 3.75,
totalMatched: 0,
ex: {
availableToBack: [Array],
availableToLay: [Array],
tradedVolume: []
}
}
Thanks in advance!


Comment