GET /api/bet_types/57f53d70-8a5e-47f3-950c-4c99b527ba4b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "57f53d70-8a5e-47f3-950c-4c99b527ba4b",
"match": "https://api-prod.gambitprofit.com/api/matches/6cbe4388-29b9-42b3-ab3a-7914497d4140/?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": "East Carolina",
"amount": 8430.0
},
{
"team": "Navy",
"amount": 1570.0
}
],
"expected_reward_tokens": 9357.2,
"profit_sb": 357.2,
"profit_sb_percentage": 3.97,
"recommended": true
},
"lines": [
{
"id": "67e2e17a-2b29-402c-9a4d-4342995d6b61",
"gambit_id": "fcac31b3-8961-4be6-a438-71343b78ba77",
"last_updated": "2022-09-25T21:12:20.395216-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "East Carolina",
"reward": "1.11000",
"odds": "1.12120",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57f53d70-8a5e-47f3-950c-4c99b527ba4b/?format=api"
},
{
"id": "88c515b5-5798-4ff1-a646-28c7f516980d",
"gambit_id": "aa4cc83a-5fd1-4296-a276-e430a9ab981e",
"last_updated": "2022-09-25T21:12:20.396186-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Navy",
"reward": "5.96000",
"odds": "6.60000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57f53d70-8a5e-47f3-950c-4c99b527ba4b/?format=api"
}
]
}