GET /api/bet_types/17c2f146-77e4-457c-9366-d92051ea4a2e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "17c2f146-77e4-457c-9366-d92051ea4a2e",
"match": "https://api-prod.gambitprofit.com/api/matches/f72c14a1-9784-45df-aee9-8dd37eafb83a/?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": "LSU",
"amount": 5097.0
},
{
"team": "Arkansas",
"amount": 4903.0
}
],
"expected_reward_tokens": 9021.52,
"profit_sb": 21.52,
"profit_sb_percentage": 0.24,
"recommended": true
},
"lines": [
{
"id": "5a201281-f094-4012-a0cb-03cbab27661e",
"gambit_id": "217b9393-ed63-40c3-9397-35b4500e0301",
"last_updated": "2022-11-14T10:33:54.095206-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "LSU",
"reward": "1.77000",
"odds": "1.86960",
"spread": "-5.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/17c2f146-77e4-457c-9366-d92051ea4a2e/?format=api"
},
{
"id": "bc22df12-2947-46ce-b376-ca2df7719418",
"gambit_id": "cf7eb6aa-3062-4637-8624-0aeb058107b5",
"last_updated": "2022-11-14T10:33:54.093885-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Arkansas",
"reward": "1.84000",
"odds": "1.95240",
"spread": "5.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/17c2f146-77e4-457c-9366-d92051ea4a2e/?format=api"
}
]
}