GET /api/bet_types/b6ba48e2-0b5d-47f5-849a-bcd7297141c8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "b6ba48e2-0b5d-47f5-849a-bcd7297141c8",
"match": "https://api-prod.gambitprofit.com/api/matches/ca599b88-5014-4d88-9499-e3ef20dbdaea/?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": "BOS",
"amount": 6348.0
},
{
"team": "MIN",
"amount": 3652.0
}
],
"expected_reward_tokens": 9203.04,
"profit_sb": 203.04,
"profit_sb_percentage": 2.26,
"recommended": true
},
"lines": [
{
"id": "d0e69255-28ca-44a1-8b7c-9cd25681e1c7",
"gambit_id": "36097e43-c7fe-424f-b895-beb5fb1f0d69",
"last_updated": "2022-09-01T10:42:05.068500-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "BOS",
"reward": "1.45000",
"odds": "1.50000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6ba48e2-0b5d-47f5-849a-bcd7297141c8/?format=api"
},
{
"id": "4b10ef4e-2a26-4e50-ab2c-aa045e0ca623",
"gambit_id": "cc22b455-d079-4006-9bc7-4b76dc8b5ff0",
"last_updated": "2022-09-01T10:42:05.068955-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "MIN",
"reward": "2.52000",
"odds": "2.70000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6ba48e2-0b5d-47f5-849a-bcd7297141c8/?format=api"
}
]
}