Full-time soccer markets always return SELECTION_DISABLED with maxStake=0 via Feed API, while second-half and exotic markets are enabled #191
oremantovani
started this conversation in
General
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Using a Trading API key,
GET /v2/odds/events/{id}returns HTTP 200 with a normal payload, but every full-time soccer market comes back disabled with a zero max stake. Second-half and exotic markets on the same event are enabled and priced normally.Example — event
36089854(AEK Athens v LASK,soccer-international-clubs-uefa-champions-league):Corners, cards, HT/FT and anytime-goalscorer markets are also enabled with positive maxStake on the same event.
What I've ruled out
marketsfilter, and withcurrency=USDCandcurrency=BTC.The key has never been used to place a bet.
Question
What causes
period=ftselections to returnSELECTION_DISABLEDwithmaxStake: 0while other periods on the same event are enabled? Support told me there is no documented account-level or key-level setting that disables specific markets, so I'd like to understand what else produces this. If it's a regional or data-provider restriction, is there a way to see that from the API response?Thanks.
All reactions