So I built my own Python code to generate bets using a model I built. This is not a trading model. I won't be looking to cash-out of markets. Just looking to profit from outright betting. I don't need frequent access to market data. Just once an hour or so.
I wrote a code that connects to Betfair API and bets according to model. Wanted to connect to Betdaq as well but they didn't give me API permission because my turnover will be low.
So I need a tool that can put bets on Betdaq... The bets will be generated from my Python code. The code will provide event name ("Man Utd vs Liverpool"), the side to back and the stakes. Can BetAngel offer a solution where BetAngel just puts on the bet on Betdaq platform? Please note that the rules of my model will remain in Python. So BetAngel will just receive the bets. Can BetAngel help me with this?
Thank you.
Can BetAngel do this?
-
ArticalBadboy
- Posts: 106
- Joined: Tue Feb 14, 2017 1:43 pm
You could use MS Excel as the 'middle man'.
Export your selections from Python to a txt/csv file.
Then use Power Query to load that data into The BetDaq excel template (single or multiple market version dependant on your needs.
Export your selections from Python to a txt/csv file.
Then use Power Query to load that data into The BetDaq excel template (single or multiple market version dependant on your needs.
-
spreadbetting
- Posts: 3140
- Joined: Sun Jan 31, 2010 8:06 pm
Why not simply screen scrape Betdaq if they won't give access. If you're not going to do much turnover you'll hardly be hammering the site and should not be too hard to write a bet routine as it won't be much more than sending a session cookie with the bet details.
