GET /api/bet_types/79cf939c-999e-4f83-8c51-0fcb5a9196ec/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "79cf939c-999e-4f83-8c51-0fcb5a9196ec",
"match": "https://api-prod.gambitprofit.com/api/matches/037c1e00-0fc8-4c52-b195-c16d695fffb2/?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": "Oklahoma State",
"amount": 5000.0
},
{
"team": "West Virginia",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "d4130768-cd70-48a6-8862-b8bb17b9d050",
"gambit_id": "4e707a24-80c6-4569-8eae-150559ee8281",
"last_updated": "2022-11-28T10:17:11.960894-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Oklahoma State",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-5.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79cf939c-999e-4f83-8c51-0fcb5a9196ec/?format=api"
},
{
"id": "f637bb2d-e693-4c6f-93f6-eab2cf491993",
"gambit_id": "7436e2bc-5336-4011-bfdb-a8ea082df820",
"last_updated": "2022-11-28T10:17:11.961866-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "West Virginia",
"reward": "1.80000",
"odds": "1.90910",
"spread": "5.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79cf939c-999e-4f83-8c51-0fcb5a9196ec/?format=api"
}
]
}