Skip to content

natelevinson10/prizepicks_nhl_optimizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

prizepicks_nhl_optimizer

Prizepicks NHL sports bet optimizer!

This tool is used to find the sports lines on prizepicks with the highest EV (expected value), and this is done by:

  • scraping data from both prizepicks.com and NHL.com
  • comparing player stats and projections to locate the lines with the best odds of hitting

Returns results for: ["Shots On Goal", "Hits", "Assists", "Points", "Goals", "Blocked Shots"]

To use this tool, navigate to https://api.prizepicks.com/projections?league_id=8&per_page=250&single_stat=true , the NHL best endpoint, and copy the whole response into the data.json file. Then, copy the path to that .json file and paste it into the path.py file. Finally, run script_runner.py in a terminal and wait for the results to compile:

(ex. output from real data with statline Shots on Goal) format : Name | Prob. of going OVER line | Prizepicks line | Array of last 10 games of statline from player image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages