GET /api/bet_types/2ea45653-81c0-480c-a603-b57351771d59/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "2ea45653-81c0-480c-a603-b57351771d59",
"match": "https://api-prod.gambitprofit.com/api/matches/be17eafc-574f-48a6-9bf3-44807d6dfb60/?format=api",
"name": "Play the Odds",
"created_at": "2023-07-29T09:27:55.471028-04: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": "SFO",
"amount": 5857.0
},
{
"team": "BOS",
"amount": 4143.0
}
],
"expected_reward_tokens": 9487.47,
"profit_sb": -12.53,
"profit_sb_percentage": -0.13,
"recommended": false
},
"lines": [
{
"id": "51ad2a42-7eca-43e3-8b21-6877a7c212d2",
"gambit_id": "ea603a69-42a3-4da6-bf35-5084cbaf8d86",
"last_updated": "2023-07-30T10:03:22.234910-04:00",
"created_at": "2023-07-29T09:27:55.480234-04:00",
"name": "SFO",
"reward": "1.62000",
"odds": "1.64520",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ea45653-81c0-480c-a603-b57351771d59/?format=api"
},
{
"id": "162f3466-960e-40f7-bbfc-c16341bc8cf9",
"gambit_id": "bb0edd68-03b9-4aec-b894-0096cabd024d",
"last_updated": "2023-07-30T10:03:22.231355-04:00",
"created_at": "2023-07-29T09:27:55.475192-04:00",
"name": "BOS",
"reward": "2.29000",
"odds": "2.35000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ea45653-81c0-480c-a603-b57351771d59/?format=api"
}
]
}