GET /api/bet_types/61383bb4-7812-447d-84eb-acd50751af4e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "61383bb4-7812-447d-84eb-acd50751af4e",
"match": "https://api-prod.gambitprofit.com/api/matches/8eb64529-fc81-42b3-851f-ed4c94e0425a/?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": "Wyoming",
"amount": 5000.0
},
{
"team": "Boise State",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "3fb85ad0-1e38-41ec-b8d1-8730f5b64977",
"gambit_id": "1cdd833e-e078-41db-9207-b24499bae737",
"last_updated": "2022-11-21T09:53:02.673957-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Wyoming",
"reward": "1.80000",
"odds": "1.90910",
"spread": "14.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61383bb4-7812-447d-84eb-acd50751af4e/?format=api"
},
{
"id": "f2105ac6-bf87-4787-98b5-b48b1f21b092",
"gambit_id": "350158d1-bc94-4398-822c-a2d477162310",
"last_updated": "2022-11-21T09:53:02.674933-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Boise State",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-14.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61383bb4-7812-447d-84eb-acd50751af4e/?format=api"
}
]
}