GET /api/bet_types/741cd724-fda3-4e1a-a610-bf761b9ed66f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "741cd724-fda3-4e1a-a610-bf761b9ed66f",
"match": "https://api-prod.gambitprofit.com/api/matches/68ca7e87-cc63-47a6-8361-e7f6623461ea/?format=api",
"name": "Play the Odds",
"created_at": "2023-05-02T11:52:06.625314-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": "Golden State Warriors",
"amount": 5000.0
},
{
"team": "Los Angeles Lakers",
"amount": 5000.0
}
],
"expected_reward_tokens": 9350.0,
"profit_sb": -150.0,
"profit_sb_percentage": -1.58,
"recommended": false
},
"lines": [
{
"id": "7ad20986-c204-4811-ac03-5920f1814551",
"gambit_id": "20012b16-7c61-445f-ab78-06cc784f1ce9",
"last_updated": "2023-05-03T12:12:14.472803-04:00",
"created_at": "2023-05-02T11:52:06.626706-04:00",
"name": "Golden State Warriors",
"reward": "1.87000",
"odds": "1.90910",
"spread": "-4.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/741cd724-fda3-4e1a-a610-bf761b9ed66f/?format=api"
},
{
"id": "abecd4d4-25b9-4c18-af33-346672d42475",
"gambit_id": "0672f7b8-cc75-4345-8c51-12aa23b2359c",
"last_updated": "2023-05-03T12:12:14.473987-04:00",
"created_at": "2023-05-02T11:52:06.628162-04:00",
"name": "Los Angeles Lakers",
"reward": "1.87000",
"odds": "1.90910",
"spread": "4.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/741cd724-fda3-4e1a-a610-bf761b9ed66f/?format=api"
}
]
}