GET /api/bet_types/c6034e79-1103-4702-a846-60a80f1f78de/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "c6034e79-1103-4702-a846-60a80f1f78de",
"match": "https://api-prod.gambitprofit.com/api/matches/2d7c6c67-c7f2-49fd-9651-35acc97d3ba9/?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": "Air Force",
"amount": 5097.0
},
{
"team": "Nevada",
"amount": 4903.0
}
],
"expected_reward_tokens": 8970.72,
"profit_sb": -29.28,
"profit_sb_percentage": -0.33,
"recommended": false
},
"lines": [
{
"id": "39b50243-ad9f-4050-8e10-3499f9fe67de",
"gambit_id": "664c4dfd-b6f9-4064-bca4-b47ee2d5d9f2",
"last_updated": "2022-09-24T11:41:58.717513-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Air Force",
"reward": "1.76000",
"odds": "1.86960",
"spread": "-24.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6034e79-1103-4702-a846-60a80f1f78de/?format=api"
},
{
"id": "c393a99b-921f-4043-bdad-56b6da9fb91d",
"gambit_id": "29b6327a-17cc-4613-82f8-cd360a3f9ad5",
"last_updated": "2022-09-24T11:41:58.718555-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Nevada",
"reward": "1.83000",
"odds": "1.95240",
"spread": "24.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6034e79-1103-4702-a846-60a80f1f78de/?format=api"
}
]
}