GET /api/bet_types/002511db-d8c9-462b-a64a-89d80f7b56c1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "002511db-d8c9-462b-a64a-89d80f7b56c1",
"match": "https://api-prod.gambitprofit.com/api/matches/a984ee32-8837-497e-ab12-1fb5c855a78b/?format=api",
"name": "Pick the Winner",
"created_at": "1969-12-31T19:00:00-05:00",
"high_risk": {
"possible": true,
"name": "High Risk",
"bet": [
{
"team": "Michigan",
"amount": 10000
}
],
"expected_reward_tokens": 10700.0,
"profit_sb": 1700.0,
"profit_sb_percentage": 18.89,
"recommended": true
},
"med_risk": {
"possible": false,
"description": "Too few lines to bet on"
},
"no_risk": {
"possible": true,
"name": "No Risk",
"bet": [
{
"team": "Michigan",
"amount": 8700.0
},
{
"team": "Illinois",
"amount": 1300.0
}
],
"expected_reward_tokens": 9308.0,
"profit_sb": 308.0,
"profit_sb_percentage": 3.42,
"recommended": true
},
"lines": [
{
"id": "ef50fc8b-d088-4e6a-99e1-db02006e0ecd",
"gambit_id": "d0996174-90e7-4874-b175-aab0a2b40bee",
"last_updated": "2022-11-21T12:04:06.062129-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Michigan",
"reward": "1.07000",
"odds": "1.08330",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/002511db-d8c9-462b-a64a-89d80f7b56c1/?format=api"
},
{
"id": "13def3bb-03e9-4989-985b-331b5be0f7ff",
"gambit_id": "e527925e-da58-49f1-b9ba-4d04f20b37fb",
"last_updated": "2022-11-21T12:04:06.063294-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Illinois",
"reward": "7.16000",
"odds": "8.00000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/002511db-d8c9-462b-a64a-89d80f7b56c1/?format=api"
}
]
}