-
Notifications
You must be signed in to change notification settings - Fork 5
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
Issue with placing bets #111
Comments
Code snippet for querying matches and finding odds: `def get_czech_pro_table_tennis_events():
` `def get_event_over_18_5_odds(event_id, game_number):
` |
Hi @SiCKBalways , We're investigating this issue and will get back to you soon. In the meantime, could you please raise questions in the Discussions Section going forward which we actively monitor? Thanks! Regards, |
Hi,
I'm working on a Python script for automated trading based on predefined options. The script successfully finds the options for prematch bets, but when it comes to live matches, it no longer detects the available options. Additionally, even if it finds the option beforehand, when it attempts to place the bet, it fails because the option is already "unavailable" at that moment.
Here is the code snippet I’m using to place the bet:
My Questions:
Is it possible to select and place bets the same way for live table tennis matches?
Or is automated betting restricted to only prematch options?
I would appreciate any guidance on this issue. Thanks!
The text was updated successfully, but these errors were encountered: