The code is the frontend for the Betfair bot. It is written in React and uses Vite as the bundler.
Please visit https://www.deepermind-bettingbot.com
You can select between multiple views to see current and upcoming races.
.. figure:: docs/view.gif
The strategy editor allows you to create strategies for automated betting, using the metadata about the different runners.
.. figure:: docs/strategy.gif
You can analyze the outcome of the bets. The orders page offers filtering mechanisms and the Analysis page allows you to pivot the reults.
.. figure:: docs/analysis.gif
.. figure:: docs/orders.gif
npm install
npm run dev
to start the vite serversrc
- contains the source codesrc/components
- contains the React componentssrc/components/StrategyEditor
- contains the strategy editorsrc/components/auth
- contains the authentication componentssrc/views
- contains the pagessrc/routes
- contains the routessrc/assets
- contains the images, fonts, etc.