GET /api/bet_types/009381cc-57d6-4b98-9f51-09d542111d16/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "009381cc-57d6-4b98-9f51-09d542111d16",
"match": "https://api-prod.gambitprofit.com/api/matches/c3254582-b24c-4019-bf76-60348d68b984/?format=api",
"name": "Play the Odds",
"created_at": "2023-03-11T09:32:13.763663-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": "Boston Bruins",
"amount": 5784.0
},
{
"team": "Detroit Red Wings",
"amount": 4216.0
}
],
"expected_reward_tokens": 9485.76,
"profit_sb": -14.24,
"profit_sb_percentage": -0.15,
"recommended": false
},
"lines": [
{
"id": "2e5d311b-00f8-4e92-99e5-1cd2dcdea99c",
"gambit_id": "da28c576-0226-45ac-b575-9861067243c7",
"last_updated": "2023-03-13T13:22:04.308674-04:00",
"created_at": "2023-03-11T09:32:13.764966-05:00",
"name": "Boston Bruins",
"reward": "1.64000",
"odds": "1.66670",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/009381cc-57d6-4b98-9f51-09d542111d16/?format=api"
},
{
"id": "dadf0812-5898-4e2e-86dc-a563c232c633",
"gambit_id": "149be88e-c519-4596-b75d-e73f5ee9502e",
"last_updated": "2023-03-13T13:22:04.310117-04:00",
"created_at": "2023-03-11T09:32:13.766350-05:00",
"name": "Detroit Red Wings",
"reward": "2.25000",
"odds": "2.30000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/009381cc-57d6-4b98-9f51-09d542111d16/?format=api"
}
]
}