GET /api/bet_types/27e8801a-1a32-4273-80c6-6c79e7146255/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "27e8801a-1a32-4273-80c6-6c79e7146255",
"match": "https://api-prod.gambitprofit.com/api/matches/27afb5e9-f307-4816-8a83-f23e9f0100ae/?format=api",
"name": "Play the Odds",
"created_at": "1969-12-31T19:00:00-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": "ATL",
"amount": 5000.0
},
{
"team": "MIA",
"amount": 5000.0
}
],
"expected_reward_tokens": 9050.0,
"profit_sb": 50.0,
"profit_sb_percentage": 0.56,
"recommended": true
},
"lines": [
{
"id": "c4464583-154c-46cc-a443-50f13aa4f9ad",
"gambit_id": "974e3f63-5238-4b40-8384-094c52d87ea3",
"last_updated": "2022-09-05T13:47:15.157719-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "ATL",
"reward": "1.81000",
"odds": "1.90910",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27e8801a-1a32-4273-80c6-6c79e7146255/?format=api"
},
{
"id": "bc3f8d12-af76-446a-83f2-14a33e9ecd11",
"gambit_id": "63d0bdae-449b-4554-b8bb-43bc9df9467c",
"last_updated": "2022-09-05T13:47:15.158683-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "MIA",
"reward": "1.81000",
"odds": "1.90910",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27e8801a-1a32-4273-80c6-6c79e7146255/?format=api"
}
]
}