GET /api/bet_types/fa683ac1-2de9-4145-864f-fa927b5e929b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "fa683ac1-2de9-4145-864f-fa927b5e929b",
"match": "https://api-prod.gambitprofit.com/api/matches/fe1ada26-ad45-4588-a217-853c23a5c758/?format=api",
"name": "Play the Odds",
"created_at": "2023-02-15T08:47:21.880812-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": "San Antonio Spurs",
"amount": 5000.0
},
{
"team": "Charlotte Hornets",
"amount": 5000.0
}
],
"expected_reward_tokens": 9400.0,
"profit_sb": -100.0,
"profit_sb_percentage": -1.05,
"recommended": false
},
"lines": [
{
"id": "663f8e75-6ce2-4059-bf03-fd5b75f3b72a",
"gambit_id": "772cefaa-2535-4602-aab5-2fb32a63b56e",
"last_updated": "2023-02-16T11:26:55.710369-05:00",
"created_at": "2023-02-15T08:47:21.883604-05:00",
"name": "San Antonio Spurs",
"reward": "1.88000",
"odds": "1.90910",
"spread": "5.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa683ac1-2de9-4145-864f-fa927b5e929b/?format=api"
},
{
"id": "cb888d3b-88c5-4d12-b213-ffeea712153b",
"gambit_id": "50f0222c-b9f4-47ee-8f7e-d46d0a0daa16",
"last_updated": "2023-02-16T11:26:55.709207-05:00",
"created_at": "2023-02-15T08:47:21.882236-05:00",
"name": "Charlotte Hornets",
"reward": "1.88000",
"odds": "1.90910",
"spread": "-5.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa683ac1-2de9-4145-864f-fa927b5e929b/?format=api"
}
]
}