GET /api/bet_types/c9d92d5d-24cb-41a0-9099-284da460c468/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "c9d92d5d-24cb-41a0-9099-284da460c468",
"match": "https://api-prod.gambitprofit.com/api/matches/3890fadd-788a-4517-a709-24fcf32edf19/?format=api",
"name": "Pick the Winner",
"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": "Michigan State",
"amount": 7520.0
},
{
"team": "Rutgers",
"amount": 2480.0
}
],
"expected_reward_tokens": 9249.6,
"profit_sb": 249.6,
"profit_sb_percentage": 2.77,
"recommended": true
},
"lines": [
{
"id": "5ebb64e4-2fc8-4b81-867a-bcc3b02928a5",
"gambit_id": "9f3ddc14-3687-4260-a176-778cf5653ac2",
"last_updated": "2022-11-14T10:33:46.086470-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Michigan State",
"reward": "1.23000",
"odds": "1.25640",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9d92d5d-24cb-41a0-9099-284da460c468/?format=api"
},
{
"id": "4ab8c5f4-2b63-4510-9f92-59c8f988e5aa",
"gambit_id": "d72bad0f-ddf7-4800-a011-284b9daa6f1a",
"last_updated": "2022-11-14T10:33:46.087452-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Rutgers",
"reward": "3.73000",
"odds": "4.10000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9d92d5d-24cb-41a0-9099-284da460c468/?format=api"
}
]
}