Skip to content

Analyze sports betting based on historical statistics and current odds

License

Notifications You must be signed in to change notification settings

seanpquig/betting-odds-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

betting-odds-analyzer

Analyze sports betting based on historical statistics and current odds

Getting Started

  • Create MySQL database:

      mysql> CREATE DATABASE mma_betting_db;
    
  • Run scripts to populate database with game/match information and betting odds:

      $ python scripts/mma_data_scraper.py	
      $ python scripts/pull_betting_odds.py
    
  • Run application:

      $ sbt run
    

Unit testing

  • Front-end: uses Karma as a test runner and Jasmine tests.

      $ npm install
    
      $ ./node_modules/karma/bin/karma start
    
  • Backend-end: uses Play framework's testing for Scala code.

About

Analyze sports betting based on historical statistics and current odds

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published