GET /api/bet_types/438acd38-93b9-4530-bcc0-57a0cea0b834/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "438acd38-93b9-4530-bcc0-57a0cea0b834",
"match": "https://api-prod.gambitprofit.com/api/matches/6fa74844-0386-47be-8272-2dc6f53d7759/?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": "Orlando Magic",
"amount": 5000.0
},
{
"team": "Boston Celtics",
"amount": 5000.0
}
],
"expected_reward_tokens": 9400.0,
"profit_sb": -100.0,
"profit_sb_percentage": -1.05,
"recommended": false
},
"lines": [
{
"id": "1455aa21-4f64-4779-a2f9-dcbf082d65c5",
"gambit_id": "ef97d78e-9da8-4e92-8e1a-314ac1c269d9",
"last_updated": "2022-10-24T10:07:08.843826-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Orlando Magic",
"reward": "1.88000",
"odds": "1.90910",
"spread": "8.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/438acd38-93b9-4530-bcc0-57a0cea0b834/?format=api"
},
{
"id": "f3ed44c7-8bdd-42e6-afc8-d97a2fff470c",
"gambit_id": "39690f8f-9e47-459d-a648-3108fd8b0c87",
"last_updated": "2022-10-24T10:07:08.844883-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Boston Celtics",
"reward": "1.88000",
"odds": "1.90910",
"spread": "-8.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/438acd38-93b9-4530-bcc0-57a0cea0b834/?format=api"
}
]
}