You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DraftKings, FanDuel, BetMGM, Caesars, Fanatics, ESPN BET, Hard Rock, bet365
Multi-Factor Engine
The recommendation engine combines 6 factors:
Factor
Weight
Description
Pattern Recognition
25%
Historical profitable patterns
Odds Value
25%
Pure mathematical edge
xG Analysis
15%
Expected Goals (soccer)
Injury Analysis
15%
Player availability impact
Public Betting
10%
Contrarian opportunities
Weather
10%
Outdoor game conditions
xG Betting Edge
Team scoring MORE than xG = OVERPERFORMING = FADE (due for regression down)
Team scoring LESS than xG = UNDERPERFORMING = BET ON (due for positive regression)
Docker Deployment
Build and Run
# Build image
docker build -t sports-betting-analytics .# Run with docker-compose
docker-compose up -d
APIs: The Odds API, OpenWeatherMap, ESPN, Claude AI
Caching: In-memory with scheduled eviction
Version History
Version
Feature
v2.7.0
xG Soccer Analytics
v2.6.0
Multi-Factor Engine
v2.5.0
Pattern Recognition
v2.4.0
Historical Backtesting
v2.3.0
Injury Tracking
v2.2.0
Public Betting
v2.1.0
Weather Intelligence
v2.0.0
Soccer 3-Way Betting
Development Commands
# Run tests
./mvnw test# Run single test
./mvnw test -Dtest=ClassName#methodName
# Build JAR
./mvnw clean package
# Build without tests
./mvnw clean package -DskipTests
License
Private - All Rights Reserved
About
My first model of a sports betting analyst application!