GET /api/bet_types/0f85c6da-5e08-4459-8488-e20f416f0abd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "0f85c6da-5e08-4459-8488-e20f416f0abd",
"match": "https://api-prod.gambitprofit.com/api/matches/4380c409-e721-4043-a76e-89a038987aab/?format=api",
"name": "Play the Odds",
"created_at": "2023-02-04T09:17:18.127985-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": "Chicago Bulls",
"amount": 5000.0
},
{
"team": "Portland Trail Blazers",
"amount": 5000.0
}
],
"expected_reward_tokens": 9300.0,
"profit_sb": -200.0,
"profit_sb_percentage": -2.11,
"recommended": false
},
"lines": [
{
"id": "6214c1a9-a73d-42dd-b1bf-37b1baa6c1ed",
"gambit_id": "09717d8e-f526-4e13-91c8-f8a10d8ed969",
"last_updated": "2023-02-05T11:36:54.280665-05:00",
"created_at": "2023-02-04T09:17:18.129591-05:00",
"name": "Chicago Bulls",
"reward": "1.86000",
"odds": "1.90910",
"spread": "-4.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f85c6da-5e08-4459-8488-e20f416f0abd/?format=api"
},
{
"id": "1437e1ad-b709-4701-9878-b757b493b05d",
"gambit_id": "0b965d55-acb2-40fa-b848-8149fb21e5be",
"last_updated": "2023-02-05T11:36:54.281851-05:00",
"created_at": "2023-02-04T09:17:18.131048-05:00",
"name": "Portland Trail Blazers",
"reward": "1.86000",
"odds": "1.90910",
"spread": "4.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f85c6da-5e08-4459-8488-e20f416f0abd/?format=api"
}
]
}