GET /api/bet_types/d80f05f3-9979-4a55-ab42-123c72050e51/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "d80f05f3-9979-4a55-ab42-123c72050e51",
"match": "https://api-prod.gambitprofit.com/api/matches/1df19eef-4b5d-4bd4-93fc-29b0b469ac60/?format=api",
"name": "Play the Odds",
"created_at": "2023-03-05T14:19:53.178613-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": "Arlington Renegades",
"amount": 5000.0
},
{
"team": "Orlando Guardians",
"amount": 5000.0
}
],
"expected_reward_tokens": 9400.0,
"profit_sb": -100.0,
"profit_sb_percentage": -1.05,
"recommended": false
},
"lines": [
{
"id": "9ca6ff87-9a38-435f-b086-a918a1c84f80",
"gambit_id": "ec677f9e-b3db-49c4-a94c-88d4ea17d6a6",
"last_updated": "2023-03-06T19:21:46.838412-05:00",
"created_at": "2023-03-05T14:19:53.180131-05:00",
"name": "Arlington Renegades",
"reward": "1.88000",
"odds": "1.90910",
"spread": "-8.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d80f05f3-9979-4a55-ab42-123c72050e51/?format=api"
},
{
"id": "18e83b0f-8615-41de-8210-e59d40a7d2a3",
"gambit_id": "61b732f2-3097-4ce1-9fe2-62d6da7f51d7",
"last_updated": "2023-03-06T19:21:46.839610-05:00",
"created_at": "2023-03-05T14:19:53.181726-05:00",
"name": "Orlando Guardians",
"reward": "1.88000",
"odds": "1.90910",
"spread": "8.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d80f05f3-9979-4a55-ab42-123c72050e51/?format=api"
}
]
}