GET /api/bet_types/0c799283-935f-4d3d-9e32-ec245d48dcde/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "0c799283-935f-4d3d-9e32-ec245d48dcde",
"match": "https://api-prod.gambitprofit.com/api/matches/eb5229bc-ca77-4b91-98af-1722a2ba84c1/?format=api",
"name": "Play the Odds",
"created_at": "2023-04-03T12:57:03.746305-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": "Connecticut",
"amount": 5000.0
},
{
"team": "San Diego State",
"amount": 5000.0
}
],
"expected_reward_tokens": 9350.0,
"profit_sb": -150.0,
"profit_sb_percentage": -1.58,
"recommended": false
},
"lines": [
{
"id": "e8c9d690-55a7-43ab-aa93-e16645205055",
"gambit_id": "5bc972e4-4f27-4356-8adc-d2f8bd5e1a31",
"last_updated": "2023-04-04T19:37:08.604130-04:00",
"created_at": "2023-04-03T12:57:03.749642-04:00",
"name": "Connecticut",
"reward": "1.87000",
"odds": "1.90910",
"spread": "-7.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c799283-935f-4d3d-9e32-ec245d48dcde/?format=api"
},
{
"id": "62e0413b-6098-4939-bd23-944b84267f24",
"gambit_id": "25469e23-b36f-4375-b548-8b72b48e8dff",
"last_updated": "2023-04-04T19:37:08.607005-04:00",
"created_at": "2023-04-03T12:57:03.752864-04:00",
"name": "San Diego State",
"reward": "1.87000",
"odds": "1.90910",
"spread": "7.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c799283-935f-4d3d-9e32-ec245d48dcde/?format=api"
}
]
}