-
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 @SiCKBalways , After checking further, the issue seems to be in how the Market URL, is compiled from the feed data as marketKey/outcome?params For this case, partial Feed API response is: "table_tennis.game_total_points.v2": {
"submarkets": {
"period=default&period=game1": {
"sequence": "17",
"selections": [
{
"outcome": "over",
"params": "game=1&total=18.5", So the correct
You are currently sending the following which fails validation:
Please try again with the correct Regards, |
Thank you for your answer, I brought my thread into discussion section we can continue it on the new thread because I still have questions. Thanks |
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: