GET /api/bet_types/30de7621-f474-4c9b-adf0-8b384b720ac2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "30de7621-f474-4c9b-adf0-8b384b720ac2",
"match": "https://api-prod.gambitprofit.com/api/matches/5abab1af-ddeb-4199-999b-bef3ea937b9d/?format=api",
"name": "Play the Odds",
"created_at": "2023-02-28T12:37:00.152496-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": "Los Angeles Kings",
"amount": 6475.0
},
{
"team": "Winnipeg Jets",
"amount": 3525.0
}
],
"expected_reward_tokens": 9517.5,
"profit_sb": 17.5,
"profit_sb_percentage": 0.18,
"recommended": true
},
"lines": [
{
"id": "22ab1dd0-52b9-4238-8bd0-3134889c7f87",
"gambit_id": "b69441aa-42a4-476c-94c0-ea70934b4b69",
"last_updated": "2023-03-01T09:47:09.963164-05:00",
"created_at": "2023-02-28T12:37:00.154953-05:00",
"name": "Los Angeles Kings",
"reward": "1.47000",
"odds": "1.48780",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30de7621-f474-4c9b-adf0-8b384b720ac2/?format=api"
},
{
"id": "0d45831a-8a48-4a55-9cdb-ac779d2222ea",
"gambit_id": "d43c4e03-bf0a-45e5-b9b2-993b4a144cd2",
"last_updated": "2023-03-01T09:47:09.962016-05:00",
"created_at": "2023-02-28T12:37:00.153695-05:00",
"name": "Winnipeg Jets",
"reward": "2.70000",
"odds": "2.75000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30de7621-f474-4c9b-adf0-8b384b720ac2/?format=api"
}
]
}