GET /api/bet_types/e01412e5-ef27-43eb-9325-612d2e252040/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "e01412e5-ef27-43eb-9325-612d2e252040",
"match": "https://api-prod.gambitprofit.com/api/matches/5b4f773c-e158-48ff-86cb-1d78d747e62e/?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": "Florida Panthers",
"amount": 6345.0
},
{
"team": "Washington Capitals",
"amount": 3655.0
}
],
"expected_reward_tokens": 9136.8,
"profit_sb": 136.8,
"profit_sb_percentage": 1.52,
"recommended": true
},
"lines": [
{
"id": "8d1a4fa9-2c35-4d3f-b832-0e690671d7a8",
"gambit_id": "a63de3dd-d883-4f58-8093-a17801ec7e98",
"last_updated": "2022-11-16T09:52:14.335445-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Florida Panthers",
"reward": "1.44000",
"odds": "1.50000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e01412e5-ef27-43eb-9325-612d2e252040/?format=api"
},
{
"id": "8b777f12-09d7-42ea-a935-7521efc6822f",
"gambit_id": "5e853695-956a-42ee-9338-acb22bed264b",
"last_updated": "2022-11-16T09:52:14.336436-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Washington Capitals",
"reward": "2.50000",
"odds": "2.70000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e01412e5-ef27-43eb-9325-612d2e252040/?format=api"
}
]
}