Can someone please help me with this?
I've been trying to place a bet, but I always get an error with INVALID_BET_SIZE, regardless of the size of the bet. This doesn't happen with back bets, I can place those, no problem.
request body:
response body:
Just to make it clear, it's not placing the bet at all. I seem to recall a thread where the bet was being placed but the error code would say otherwise, this is not the case. The bet isn't being placed at all.
I can't begin to figure out what is going on here. Has anybody had this type of problem while placing lay bets? How did you worked around it?
I've been trying to place a bet, but I always get an error with INVALID_BET_SIZE, regardless of the size of the bet. This doesn't happen with back bets, I can place those, no problem.
request body:
Code:
"{
\"marketId\":\"1.118993080\",
\"instructions\":[{
\"orderType\":\"LIMIT_ON_CLOSE\",
\"selectionId\":8543681,
\"side\":\"LAY\",
\"limitOnCloseOrder\":{
\"liability\":2.0,
\"price\":4.4
}
}]
}"]
response body:
Code:
"{
\"status\":\"FAILURE\",
\"errorCode\":\"BET_ACTION_ERROR\",
\"marketId\":\"1.118993080\",
\"instructionReports\"[{
\"status\":\"FAILURE\",
\"errorCode\":\"INVALID_BET_SIZE\",
\"instruction\":{
\"selectionId\":8543681,
\"limitOnCloseOrder\":{
\"liability\":2.0,\
"price\":4.4
},
\"orderType\":\"LIMIT_ON_CLOSE\",
\"side\":\"LAY\"
}
}]
}"
I can't begin to figure out what is going on here. Has anybody had this type of problem while placing lay bets? How did you worked around it?


AARGH! No big luck here:
Comment