GET /api/bet_types/9bdaae8b-c3be-44b7-b116-09882f670f9d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "9bdaae8b-c3be-44b7-b116-09882f670f9d",
"match": "https://api-prod.gambitprofit.com/api/matches/d85d7f09-37f1-452b-8674-a5826cad434e/?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": "Utah State",
"amount": 5000.0
},
{
"team": "Connecticut",
"amount": 5000.0
}
],
"expected_reward_tokens": 9150.0,
"profit_sb": 150.0,
"profit_sb_percentage": 1.67,
"recommended": true
},
"lines": [
{
"id": "9dba5cc6-9ae0-47a2-90cb-810009540a8f",
"gambit_id": "cc4c9270-3d3f-4518-a47a-ab16f1fbf31c",
"last_updated": "2022-08-28T11:27:15.421765-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Utah State",
"reward": "1.83000",
"odds": "1.90910",
"spread": "-24.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9bdaae8b-c3be-44b7-b116-09882f670f9d/?format=api"
},
{
"id": "bf676c53-d446-4e64-8320-6176a9e56020",
"gambit_id": "2f8d8128-ce74-44ce-b62e-f05c6e6a798a",
"last_updated": "2022-08-28T11:27:15.422260-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Connecticut",
"reward": "1.83000",
"odds": "1.90910",
"spread": "24.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9bdaae8b-c3be-44b7-b116-09882f670f9d/?format=api"
}
]
}