GET /api/bet_types/d03b33a0-c507-4e93-9a0d-e48123eaf445/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "d03b33a0-c507-4e93-9a0d-e48123eaf445",
"match": "https://api-prod.gambitprofit.com/api/matches/897c436d-dc94-430f-9981-bd0f93a90d66/?format=api",
"name": "Play the Odds",
"created_at": "2022-12-29T08:42:07.908070-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": "Boston Celtics",
"amount": 5000.0
},
{
"team": "Los Angeles Clippers",
"amount": 5000.0
}
],
"expected_reward_tokens": 8900.0,
"profit_sb": -100.0,
"profit_sb_percentage": -1.11,
"recommended": false
},
"lines": [
{
"id": "f0b295bb-73ea-4a09-a4a7-aa2402f680b6",
"gambit_id": "4664d8dc-12f9-4c17-8cee-987cbbee9757",
"last_updated": "2022-12-31T10:36:56.075582-05:00",
"created_at": "2022-12-29T08:42:07.909274-05:00",
"name": "Boston Celtics",
"reward": "1.78000",
"odds": "1.90910",
"spread": "-6.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d03b33a0-c507-4e93-9a0d-e48123eaf445/?format=api"
},
{
"id": "2906ba72-3c9c-416d-b6ad-0fbe97ce2d68",
"gambit_id": "09323701-2134-45e0-a2e9-1814a557c908",
"last_updated": "2022-12-31T10:36:56.076731-05:00",
"created_at": "2022-12-29T08:42:07.910487-05:00",
"name": "Los Angeles Clippers",
"reward": "1.78000",
"odds": "1.90910",
"spread": "6.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d03b33a0-c507-4e93-9a0d-e48123eaf445/?format=api"
}
]
}