GET /api/bet_types/52774e93-ef93-454c-9eab-05f71cb1c214/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "52774e93-ef93-454c-9eab-05f71cb1c214",
"match": "https://api-prod.gambitprofit.com/api/matches/54ffef06-222b-4cd9-bb33-fb90fd6e81aa/?format=api",
"name": "Play the Odds",
"created_at": "2023-07-19T08:47:59.280224-04: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": "PIT",
"amount": 5688.0
},
{
"team": "CLE",
"amount": 4312.0
}
],
"expected_reward_tokens": 9442.08,
"profit_sb": -57.92,
"profit_sb_percentage": -0.61,
"recommended": false
},
"lines": [
{
"id": "9187a26f-7eab-49f5-81d9-61fb81173103",
"gambit_id": "14831d1b-564c-45b8-856a-0a5b54f66f54",
"last_updated": "2023-07-20T19:48:15.027521-04:00",
"created_at": "2023-07-19T08:47:59.284040-04:00",
"name": "PIT",
"reward": "1.66000",
"odds": "1.68970",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52774e93-ef93-454c-9eab-05f71cb1c214/?format=api"
},
{
"id": "f1895041-3300-4047-919e-36a009a6c57f",
"gambit_id": "dff26351-8293-4b5e-aee7-51fb62ad3b08",
"last_updated": "2023-07-20T19:48:15.026077-04:00",
"created_at": "2023-07-19T08:47:59.281935-04:00",
"name": "CLE",
"reward": "2.19000",
"odds": "2.25000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52774e93-ef93-454c-9eab-05f71cb1c214/?format=api"
}
]
}