GET /api/bet_types/2d796a25-e332-4e3c-9d41-e5acc4810faa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "2d796a25-e332-4e3c-9d41-e5acc4810faa",
"match": "https://api-prod.gambitprofit.com/api/matches/cc559956-8918-4175-a5a3-61fcd1340e41/?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": "Colorado Avalanche",
"amount": 6982.0
},
{
"team": "Montreal Canadiens",
"amount": 3018.0
}
],
"expected_reward_tokens": 9144.54,
"profit_sb": 144.54,
"profit_sb_percentage": 1.61,
"recommended": true
},
"lines": [
{
"id": "7407ece3-cd31-4a32-abd0-5593dc15f6b8",
"gambit_id": "5a708ffa-b506-482c-9825-2c017a093fe5",
"last_updated": "2022-12-22T20:42:22.111769-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Colorado Avalanche",
"reward": "1.31000",
"odds": "1.36360",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d796a25-e332-4e3c-9d41-e5acc4810faa/?format=api"
},
{
"id": "38a747d4-aaa4-4448-be54-0644c3e3ea37",
"gambit_id": "8a21c415-3c79-4af1-88a4-9d6d98298bff",
"last_updated": "2022-12-22T20:42:22.112870-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Montreal Canadiens",
"reward": "3.03000",
"odds": "3.35000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d796a25-e332-4e3c-9d41-e5acc4810faa/?format=api"
}
]
}