GET /api/bet_types/302b94d5-8fbe-4638-96f3-e82de3be7c1d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "302b94d5-8fbe-4638-96f3-e82de3be7c1d",
"match": "https://api-prod.gambitprofit.com/api/matches/cd282c91-6f29-4500-b6c8-ea032ab9c37d/?format=api",
"name": "Play the Odds",
"created_at": "1969-12-31T19:00:00-05:00",
"high_risk": {
"possible": false,
"description": "There is no line under 1.10 reward"
},
"med_risk": {
"possible": false,
"description": "Too few lines to bet on"
},
"no_risk": {
"possible": true,
"name": "No Risk",
"bet": [
{
"team": "DET",
"amount": 6418.0
},
{
"team": "TEX",
"amount": 3582.0
}
],
"expected_reward_tokens": 9241.56,
"profit_sb": 241.56,
"profit_sb_percentage": 2.68,
"recommended": true
},
"lines": [
{
"id": "09c43af2-4396-4cfa-adc0-06ce1383c2e8",
"gambit_id": "96a43a56-3f24-4fcd-b1f7-d0994d7d90c6",
"last_updated": "2022-08-28T11:27:27.106249-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "DET",
"reward": "1.44000",
"odds": "1.48780",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/302b94d5-8fbe-4638-96f3-e82de3be7c1d/?format=api"
},
{
"id": "ceb15b27-1868-4cad-a5b7-a9604bf2316c",
"gambit_id": "0b41277c-bf35-4b68-8823-661743aaf35b",
"last_updated": "2022-08-28T11:27:27.105711-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "TEX",
"reward": "2.58000",
"odds": "2.75000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/302b94d5-8fbe-4638-96f3-e82de3be7c1d/?format=api"
}
]
}