📊 betSlips summary

BetSlips Summary Object

{
  "yesterday": {
    "numBetSlips": 15,
    "profit": -2500.0,
    "wins": 7,
    "losses": 8,
    "pushes": 0,
    "totalEvents": 12,
    "roi": -8.33
  },
  "week": {
    "numBetSlips": 43,
    "profit": 1250.0,
    "wins": 23,
    "losses": 18,
    "pushes": 2,
    "totalEvents": 35,
    "roi": 4.17
  },
  "month": {
    "numBetSlips": 128,
    "profit": 5750.0,
    "wins": 67,
    "losses": 55,
    "pushes": 6,
    "totalEvents": 98,
    "roi": 12.85
  },
  "today": {
    "numPendingBetSlips": 5,
    "numCompletedBetSlips": 3,
    "numLiveBetSlips": 2,
    "totalEvents": 6,
    "atRisk": 15000,
    "currentProfit": 875.0,
    "openPotentialProfit": 22500.0
  },
  "tomorrow": {
    "numPendingBetSlips": 8,
    "totalEvents": 4,
    "atRisk": 24000,
    "openPotentialProfit": 31200.0
  }
}

Endpoints

📊 betSlips summary by bettor

yesterday (object)

Statistical summary of completed bet slips from the previous day (24-hour period from 00:00:00 to 23:59:59 in the user's timezone).

numBetSlips (integer)

Count of completed bet slips from yesterday.

profit (float)

Total profit/loss in cents from yesterday's completed slips. Calculated as sum of netProfit values (negative indicates loss).

wins (integer)

Count of bet slips with winning outcomes (win or halfwin).

losses (integer)

Count of bet slips with losing outcomes (loss or halfloss).

pushes (integer)

Count of bet slips with non-win/loss outcomes (void, push, cashout, etc.).

totalEvents (integer)

Count of unique events that were bet on yesterday.

roi (float)

Return on investment percentage calculated as (profit / total_risk) * 100.


week (object)

Statistical summary of completed bet slips from the last 7 days (excluding today).

numBetSlips (integer)

Count of completed bet slips from the past week.

profit (float)

Total profit/loss in cents from the week's completed slips.

wins (integer)

Count of bet slips with winning outcomes from the past week.

losses (integer)

Count of bet slips with losing outcomes from the past week.

pushes (integer)

Count of bet slips with non-win/loss outcomes from the past week.

totalEvents (integer)

Count of unique events that were bet on during the past week.

roi (float)

Return on investment percentage for the past week.


month (object)

Statistical summary of completed bet slips from the last 30 days (excluding today).

numBetSlips (integer)

Count of completed bet slips from the past month.

profit (float)

Total profit/loss in cents from the month's completed slips.

wins (integer)

Count of bet slips with winning outcomes from the past month.

losses (integer)

Count of bet slips with losing outcomes from the past month.

pushes (integer)

Count of bet slips with non-win/loss outcomes from the past month.

totalEvents (integer)

Count of unique events that were bet on during the past month.

roi (float)

Return on investment percentage for the past month.


today (object)

Current day betting activity including both completed and pending bet slips.

numPendingBetSlips (integer)

Count of pending bet slips with events scheduled for today.

numCompletedBetSlips (integer)

Count of completed bet slips from today.

numLiveBetSlips (integer)

Count of pending bet slips where the associated events have already started.

totalEvents (integer)

Count of unique events being bet on today (both completed and pending).

atRisk (integer)

Total amount in cents at risk for pending bet slips today.

currentProfit (float)

Profit/loss in cents from today's completed bet slips.

openPotentialProfit (integer)

Total potential winnings in cents from pending bet slips (sum of toWin values).


tomorrow (object)

Preview of betting activity scheduled for the next day.

numPendingBetSlips (integer)

Count of pending bet slips with events scheduled for tomorrow.

totalEvents (integer)

Count of unique events being bet on tomorrow.

atRisk (integer)

Total amount in cents at risk for pending bet slips tomorrow.

openPotentialProfit (integer)

Total potential winnings in cents from tomorrow's pending bet slips.