Hi,
I'm having some issues placing bets and am receiving INVALID_ODDS. Searching the forum (and google) the only other issue was related to malformed json and unless I'm missing something glaringly obvious this doesn't seem to be the cause.
The code has been working successfully for months and suddenly I am experiencing this issue (though have changed my betting strategy, but not the actual code to serialise/place the bet).
example json input (customer ref changed):
Finally some screenshots of the deserialised response:
betissue.png
And the market at the time:
betissue2.jpg
As you can see the price I was laying at was considerably away from the available to lay market, yet still situated above the best back price. FYI this was an inplay horse race.
Can anyone shed any light on this?
Thanks
I'm having some issues placing bets and am receiving INVALID_ODDS. Searching the forum (and google) the only other issue was related to malformed json and unless I'm missing something glaringly obvious this doesn't seem to be the cause.
The code has been working successfully for months and suddenly I am experiencing this issue (though have changed my betting strategy, but not the actual code to serialise/place the bet).
example json input (customer ref changed):
Code:
{"jsonrpc":"2.0","method":"SportsAPING/v1.0/placeOrders","params":{"marketId":"1.112905897","instructions":
[{"orderType":"LIMIT","selectionId":3093005,"handicap":0.0,"side":"LAY","limitOrder":
{"size":2.1,"price":35.0,"persistenceType":"LAPSE"}}],"customerRef":"xxx","locale":null},"id":1}
betissue.png
And the market at the time:
betissue2.jpg
As you can see the price I was laying at was considerably away from the available to lay market, yet still situated above the best back price. FYI this was an inplay horse race.
Can anyone shed any light on this?
Thanks


Comment