-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to deal with variant markets and outrights? #17
Comments
Variant markets are treated as ...a variant of market. Can you please explain the outrights needs a little bit. |
Under variant markets I mean markets that have
Betradar can provide odds for such events as outrights (stage, simple_tournament, season). To fetch fixtures for these entities we need to call another http route. Currently sdk expects that fixture will always be match. |
Each received odds change message is analyzed and additional api request is made for any variant market found. |
Similar each fixture change message can trigger api request for that fixture. |
According to the code, these features are not supported. Is it true?
The text was updated successfully, but these errors were encountered: