Enter your Supabase project URL and anon key. These are saved in your browser so you only do this once. See setup instructions below.
CREATE TABLE bets ( id UUID DEFAULT gen_random_uuid() PRIMARY KEY, created_at TIMESTAMPTZ DEFAULT now(), game_date DATE NOT NULL, away_team TEXT NOT NULL, home_team TEXT NOT NULL, bet_type TEXT NOT NULL, side TEXT NOT NULL, line NUMERIC, price INTEGER NOT NULL, units NUMERIC DEFAULT 1, fair_price INTEGER, edge NUMERIC, result TEXT DEFAULT 'pending', pnl NUMERIC DEFAULT 0, book TEXT DEFAULT 'DraftKings', notes TEXT ); ALTER TABLE bets ENABLE ROW LEVEL SECURITY; CREATE POLICY "Allow all" ON bets FOR ALL USING (true) WITH CHECK (true);3. Go to Settings → API → copy Project URL + anon key above
Loading games...
| Date | Game | Type | Side | Line | Price | Amount | Sim % | Edge | Book | Result | P/L | Notes | Actions |
|---|