GET /api/bet_types/7d901cba-111c-4a19-8358-c43edc57a777/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "7d901cba-111c-4a19-8358-c43edc57a777",
"match": "https://api-prod.gambitprofit.com/api/matches/52c19dc8-6d30-4617-88a8-0aa5fd3c6325/?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": "Memphis",
"amount": 6278.0
},
{
"team": "Navy",
"amount": 3722.0
}
],
"expected_reward_tokens": 9228.66,
"profit_sb": 228.66,
"profit_sb_percentage": 2.54,
"recommended": true
},
"lines": [
{
"id": "5779d0b7-a59b-4bc8-917c-bb68f8074536",
"gambit_id": "13513eb2-6b54-4bd6-a2d4-f3506d4d3b05",
"last_updated": "2022-09-11T10:57:00.213425-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Memphis",
"reward": "1.47000",
"odds": "1.52630",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d901cba-111c-4a19-8358-c43edc57a777/?format=api"
},
{
"id": "6997f3c0-7071-40c2-8efe-313f74599e82",
"gambit_id": "f8bd310a-c24c-4609-8504-c39d3573bede",
"last_updated": "2022-09-11T10:57:00.212121-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Navy",
"reward": "2.48000",
"odds": "2.65000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d901cba-111c-4a19-8358-c43edc57a777/?format=api"
}
]
}