GET /api/bet_types/f57a0160-a923-497f-95f2-c19acc55a95f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "f57a0160-a923-497f-95f2-c19acc55a95f",
"match": "https://api-prod.gambitprofit.com/api/matches/c4a36bfc-a2fd-430a-8995-627bcca29524/?format=api",
"name": "Play the Odds",
"created_at": "2023-02-08T09:37:01.123650-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": "Portland Trail Blazers",
"amount": 5000.0
},
{
"team": "Golden State Warriors",
"amount": 5000.0
}
],
"expected_reward_tokens": 9350.0,
"profit_sb": -150.0,
"profit_sb_percentage": -1.58,
"recommended": false
},
"lines": [
{
"id": "06f39a9c-1ade-40ac-a9b8-7cc6ab1f5bf2",
"gambit_id": "286520e0-ec55-49fd-91cf-7474e6864a63",
"last_updated": "2023-02-09T11:12:07.563462-05:00",
"created_at": "2023-02-08T09:37:01.125916-05:00",
"name": "Portland Trail Blazers",
"reward": "1.87000",
"odds": "1.90910",
"spread": "-2.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f57a0160-a923-497f-95f2-c19acc55a95f/?format=api"
},
{
"id": "f790b109-dc1c-46c6-87f4-ef56d7dafc51",
"gambit_id": "3f9e9b71-1263-42c2-bd67-14dc92f25be3",
"last_updated": "2023-02-09T11:12:07.564643-05:00",
"created_at": "2023-02-08T09:37:01.127822-05:00",
"name": "Golden State Warriors",
"reward": "1.87000",
"odds": "1.90910",
"spread": "2.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f57a0160-a923-497f-95f2-c19acc55a95f/?format=api"
}
]
}