DFS app

PrizePicks odds API

MoneyLine Sports API carries PrizePicks prices for 64 upcoming games across 5 leagues, plus 79 player-prop markets. The numbers below refresh every hour.

PrizePicks posts pick'em lines, so its prices are shown as American odds for comparison. They aren't bets you can place at those odds.

Leagues PrizePicks prices

Markets

No game markets right now. Player props: 79 markets.

Compare every book on the sportsbooks page or see the live coverage page.

For developers

Get this data via the MoneyLine API

Every number on this page is available as normalized JSON — odds, props, and L5/L10/L25/season hit rates across the major US leagues.

import { MoneyLine } from "moneyline-sports-api"

const ml = new MoneyLine()
const odds = await ml.odds({ league: "nfl", bookmaker: "prizepicks" })