Skip to content

tkarusala001/prizepicks_tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PrizePicks Tracker

A Flask web application for tracking and analyzing NBA player prop bets on PrizePicks.

Features

  • Track parlays and individual prop bets
  • Support for normal and flex plays
  • Detailed analytics dashboard
  • Visual representation of betting patterns
  • Player and prop type performance analysis

Prerequisites

  • Python 3.8+
  • pip (Python package installer)

Installation

  1. Create and activate a virtual environment:
# Windows
python -m venv venv
venv\Scripts\activate

# Mac/Linux
python -m venv venv
source venv/bin/activate
  1. Install required packages:
pip install -r requirements.txt

Running the Application

  1. Start the Flask server:
python run.py
  1. Open your web browser and navigate to:
http://localhost:5000

Usage

  1. Adding a Parlay:

    • Click "Add Parlay" button
    • Enter entry amount
    • Choose play type (Normal/Flex)
    • Add legs with player, prop type, and line
    • Submit the parlay
  2. Updating Results:

    • Find parlay in the main table
    • Click "Update" button
    • Enter actual results
    • Add profit/loss amount
    • Save changes
  3. Viewing Analytics:

    • Visit the Dashboard page
    • View overall statistics
    • Check performance by player/prop type
    • Analyze trends and patterns

Project Structure

prizepicks_tracker/
├── app/
│   ├── __init__.py
│   ├── models.py
│   ├── routes.py
│   ├── utils/
│   ├── static/
│   └── templates/
├── config.py
├── run.py
├── init_db.py
└── test_data.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors