GET /api/bet_types/defd2bc8-868d-4927-99a9-2f9c8def47b6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "defd2bc8-868d-4927-99a9-2f9c8def47b6",
"match": "https://api-prod.gambitprofit.com/api/matches/21a16e88-10b4-4d2b-b36a-0c69dadd2d74/?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": "Tennessee",
"amount": 5000.0
},
{
"team": "Missouri",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "ba1098b6-a6e6-4ace-87fc-4ff615861b46",
"gambit_id": "6e217eb7-d832-4377-9f8a-075b76c86ffe",
"last_updated": "2022-11-14T10:28:56.909107-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Tennessee",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-19.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/defd2bc8-868d-4927-99a9-2f9c8def47b6/?format=api"
},
{
"id": "a4ed40fe-368c-4905-a4d3-06464af89779",
"gambit_id": "a257c261-2519-4a36-9793-035be08048f8",
"last_updated": "2022-11-14T10:28:56.910112-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Missouri",
"reward": "1.80000",
"odds": "1.90910",
"spread": "19.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/defd2bc8-868d-4927-99a9-2f9c8def47b6/?format=api"
}
]
}