Hi
I just downloaded the C# latest console App example from Github. With a bit of tinkering I got it running OK, however something is puzzling me that hopefully someone can explain. I have an Appkey and I generated a working session token, this connected and executed the example code where it tries to place a £0.10 bet at odds of 1000. As the console prints out this should be rejected with an error of "below the minimum bet size" (set at £1.00 these days I believe)
However, it did not generate an error, it placed the bet successfully. To double check I looked on the website and found the bet placed as unmatched. I cancelled it from the website. I tried some other prices and odds, e.g. 0.05 @400 and again it placed without error. I checked the JSON coming back from the Server, both intstructionReports.status and instruction.status = "OK"
Have Betfair abolished the minimum bet size condition recently ?
Any thoughts appreciated.
Geoff
I just downloaded the C# latest console App example from Github. With a bit of tinkering I got it running OK, however something is puzzling me that hopefully someone can explain. I have an Appkey and I generated a working session token, this connected and executed the example code where it tries to place a £0.10 bet at odds of 1000. As the console prints out this should be rejected with an error of "below the minimum bet size" (set at £1.00 these days I believe)
However, it did not generate an error, it placed the bet successfully. To double check I looked on the website and found the bet placed as unmatched. I cancelled it from the website. I tried some other prices and odds, e.g. 0.05 @400 and again it placed without error. I checked the JSON coming back from the Server, both intstructionReports.status and instruction.status = "OK"
Have Betfair abolished the minimum bet size condition recently ?
Any thoughts appreciated.
Geoff


Comment