hi all,
i am using live api key for stream. however, i found something strange and try to understand it:
for same game, odds from website and stream api are slightly different:
please look at the odds from the website in screenshot, the back odds for draw are:
2.98, 3.2, 3.25
however, from the stream api,
{
bdatb: [ [ 1, 3.2, 15.58 ], [ 0, 3.25, 1.95 ], [ 2, 2.58, 1.62 ] ],
bdatl: [ [ 0, 4.7, 3.4 ], [ 1, 4.8, 10.06 ], [ 2, 950, 2.2 ] ],
id: 58805
}
not sure how the [2, 2.58, ..] is been given.
to me , it should be 2.98.
is there any reason behind it or document explain about this ?
thanks in advance.
i am using live api key for stream. however, i found something strange and try to understand it:
for same game, odds from website and stream api are slightly different:
please look at the odds from the website in screenshot, the back odds for draw are:
2.98, 3.2, 3.25
however, from the stream api,
{
bdatb: [ [ 1, 3.2, 15.58 ], [ 0, 3.25, 1.95 ], [ 2, 2.58, 1.62 ] ],
bdatl: [ [ 0, 4.7, 3.4 ], [ 1, 4.8, 10.06 ], [ 2, 950, 2.2 ] ],
id: 58805
}
not sure how the [2, 2.58, ..] is been given.
to me , it should be 2.98.
is there any reason behind it or document explain about this ?
thanks in advance.


Comment