Hi,
I was wondering if there is a way to get betfair fixed odds:
Currently, I'm getting the exchange odds, via php.
In the manual i saw this MarketBettingType where parameter FIXED_ODDS gets me these fixed odds, and I'm wondering whre to put this parameter.???
Anyone tried this, any help??
Thanks,
Denimen
I was wondering if there is a way to get betfair fixed odds:
Currently, I'm getting the exchange odds, via php.
PHP Code:
function listMarketBook($appKey, $sessionToken, $marketID)
{
$jsonResponse = sportsApingRequest($appKey, $sessionToken, 'listMarketBook', '{"marketIds": ['.$marketID.'], "priceProjection":{"priceData": ["EX_BEST_OFFERS"]}}');
return $jsonResponse[0]->result;
}
Anyone tried this, any help??
Thanks,
Denimen


Comment