Smarter bets start with better questions.
Betwise is an AI-powered assistant for FanDuel users who want to validate their parlays using real NBA data. It doesn't predict or recommend bets — it helps you think critically about your choices.
- Accepts a pasted FanDuel bet slip (text format)
- Parses player names, matchups, and stat targets
- Pulls historical NBA performance data via Sportradar
- Feeds structured context into GPT-4
- Returns short, stat-backed insights about your bet logic
- LLM: OpenAI GPT-4
- Data: Sportradar NBA API
- Dev Environment: Cursor
- Language: TypeScript
- Deployment: Local (CLI for now)
/betwise
├── /chat → GPT logic and system prompts
├── /data → Sportradar integration
├── /session → Local memory for session state
├── index.ts → Entry point (CLI interface)
Betwise does not give betting advice or predictions. It provides stat-based context to help you think critically about your choices.