Maxim-Mazurok / gtao-betting

Testing strategies of betting on horse races in GTA Online. Calculating adjusted advantage compared to the odds and using Kelly Criterion to determine bet size, then simulating games.
1 stars 0 forks source link
betting gambling gta5 horse-racing kelly-criterion odds-calculator

[WIP] GTA 5 Online Betting Strategy

Testing strategies of betting on horse races in GTA Online. Calculating adjusted advantage compared to the odds and using Kelly Criterion to determine bet size, then simulating games.

Also automates betting in the game using python. Game is expected to run in Windowed mode with 1280x1024 resolution and English language.

Both are working, but still work in progress.

Getting Started

  1. git clone https://github.com/Maxim-Mazurok/gtao-betting
  2. cd gtao-betting

Simulation

  1. nvm i - optional
  2. npm ci
  3. npm test

Automation

  1. cd automation
  2. pip install -r requirements.txt
  3. python main.py

See also my personal spreadsheet: https://docs.google.com/spreadsheets/d/1z27GEyrFVnBBZcCJ-w2QDZS9LKDiZfK2wvD02UxifzE/edit?usp=sharing

Credits & Prior Art

Notes

ToDo