GET /api/bet_types/dba16abb-4751-45eb-879d-d81a32a1da39/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "dba16abb-4751-45eb-879d-d81a32a1da39",
"match": "https://api-prod.gambitprofit.com/api/matches/e6ccff81-a947-4ff6-ab32-d5ca033272c0/?format=api",
"name": "Play the Odds",
"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": "Michigan State",
"amount": 5000.0
},
{
"team": "Indiana",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "f1cc751f-a02d-4707-86d6-8a06fbfcecc6",
"gambit_id": "c83d91eb-f815-4964-b52b-8098a750c6a7",
"last_updated": "2022-11-21T12:08:10.473273-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Michigan State",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-10.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dba16abb-4751-45eb-879d-d81a32a1da39/?format=api"
},
{
"id": "6f60731a-a9ca-47ad-950c-645ea769a50b",
"gambit_id": "966cc78b-dea7-4a0b-8cb2-997c418d55d5",
"last_updated": "2022-11-21T12:08:10.474306-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Indiana",
"reward": "1.80000",
"odds": "1.90910",
"spread": "10.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dba16abb-4751-45eb-879d-d81a32a1da39/?format=api"
}
]
}