Skip to content

dickreuter/betfair-bot-frontend

Repository files navigation

Betfair Bot React Frontend

The code is the frontend for the Betfair bot. It is written in React and uses Vite as the bundler.

Production site

Please visit https://www.deepermind-bettingbot.com

Race view

You can select between multiple views to see current and upcoming races.

docs/view.gif

Strategy Editor

The strategy editor allows you to create strategies for automated betting, using the metadata about the different runners.

docs/strategy.gif

Analysis

You can analyze the outcome of the bets. The orders page offers filtering mechanisms and the Analysis page allows you to pivot the reults.

docs/analysis.gif
docs/orders.gif

Installation

  • Clone the repo
  • Run npm install
  • Run npm run dev to start the vite server

Project structure

  • src - contains the source code
  • src/components - contains the React components
  • src/components/StrategyEditor - contains the strategy editor
  • src/components/auth - contains the authentication components
  • src/views - contains the pages
  • src/routes - contains the routes
  • src/assets - contains the images, fonts, etc.