/**
 * Backfill odds for existing forecasts that have no odds_data.
 * Generates realistic lines based on the forecast's confidence and winner_pick.
 *
 * Usage: npx tsx src/workers/backfill-odds.ts
 */
import 'dotenv/config';
//# sourceMappingURL=backfill-odds.d.ts.map