GET /api/bet_types/204612a0-2188-4967-87d3-8885e29d100a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "204612a0-2188-4967-87d3-8885e29d100a",
"match": "https://api-prod.gambitprofit.com/api/matches/1ffb98f2-3408-4252-89c4-d40e87fb4165/?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": "Kentucky",
"amount": 5000.0
},
{
"team": "Louisville",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "145d92a1-3f5d-42c0-9508-b34f98218aa5",
"gambit_id": "897210ab-8ec9-415b-b8aa-79b988af70af",
"last_updated": "2022-11-28T10:02:10.198859-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Kentucky",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-3.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/204612a0-2188-4967-87d3-8885e29d100a/?format=api"
},
{
"id": "22c2061f-d7ff-471a-8ad9-7cc3b453c89d",
"gambit_id": "175250fa-2c79-4802-b05f-61394c193b8b",
"last_updated": "2022-11-28T10:02:10.200401-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Louisville",
"reward": "1.80000",
"odds": "1.90910",
"spread": "3.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/204612a0-2188-4967-87d3-8885e29d100a/?format=api"
}
]
}