GET /api/bet_types/0dca601d-4f06-4074-a06b-596afcd3068f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "0dca601d-4f06-4074-a06b-596afcd3068f",
"match": "https://api-prod.gambitprofit.com/api/matches/2523471b-ea79-461f-a989-348f62f15094/?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": "Minnesota Wild",
"amount": 6869.0
},
{
"team": "Los Angeles Kings",
"amount": 3131.0
}
],
"expected_reward_tokens": 9204.46,
"profit_sb": 204.46,
"profit_sb_percentage": 2.27,
"recommended": true
},
"lines": [
{
"id": "baa69ee4-ac99-485e-a209-a33fd28b57ea",
"gambit_id": "4e1e3536-668e-49b0-bb53-72195a6fd9a8",
"last_updated": "2022-11-09T09:33:34.268332-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Minnesota Wild",
"reward": "1.34000",
"odds": "1.38460",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0dca601d-4f06-4074-a06b-596afcd3068f/?format=api"
},
{
"id": "65ad24a5-860f-4eef-9c44-1974f9ad8a4a",
"gambit_id": "8ff9e682-d9b7-4829-b012-c488eccdf644",
"last_updated": "2022-11-09T09:33:34.267341-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Los Angeles Kings",
"reward": "2.94000",
"odds": "3.20000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0dca601d-4f06-4074-a06b-596afcd3068f/?format=api"
}
]
}