GET /api/bet_types/b238a803-e35f-42d3-9b33-649589ce941c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "b238a803-e35f-42d3-9b33-649589ce941c",
"match": "https://api-prod.gambitprofit.com/api/matches/4a248cfa-9c2c-410e-b907-0002a9a86ed8/?format=api",
"name": "Play the Odds",
"created_at": "2023-04-25T11:41:55.495781-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": "BOS",
"amount": 5784.0
},
{
"team": "BAL",
"amount": 4216.0
}
],
"expected_reward_tokens": 9485.76,
"profit_sb": -14.24,
"profit_sb_percentage": -0.15,
"recommended": false
},
"lines": [
{
"id": "05504569-a904-4f89-ab0f-c28bb807b3e4",
"gambit_id": "b3ad6f87-4c7f-43fb-8c8e-49a1c48aef23",
"last_updated": "2023-04-26T20:37:15.381832-04:00",
"created_at": "2023-04-25T11:41:55.500144-04:00",
"name": "BOS",
"reward": "1.64000",
"odds": "1.66670",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b238a803-e35f-42d3-9b33-649589ce941c/?format=api"
},
{
"id": "19859a72-5246-4aee-b775-70c62269eeee",
"gambit_id": "ff397596-b627-4a64-98fc-52d4ce02982d",
"last_updated": "2023-04-26T20:37:15.380256-04:00",
"created_at": "2023-04-25T11:41:55.497881-04:00",
"name": "BAL",
"reward": "2.25000",
"odds": "2.30000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b238a803-e35f-42d3-9b33-649589ce941c/?format=api"
}
]
}