GET /api/bet_types/ff13b035-d010-4d85-aaa3-73a4a1cf9cc4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "ff13b035-d010-4d85-aaa3-73a4a1cf9cc4",
"match": "https://api-prod.gambitprofit.com/api/matches/3e0054a1-241e-42e3-99c6-f8fd04e09518/?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": "Oregon State",
"amount": 5000.0
},
{
"team": "USC",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "b3781918-8b20-4b6b-a7bc-2fbb8ce35a33",
"gambit_id": "61a64ea6-f5e4-404f-bfeb-318922220061",
"last_updated": "2022-09-25T21:32:25.412543-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Oregon State",
"reward": "1.80000",
"odds": "1.90910",
"spread": "5.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff13b035-d010-4d85-aaa3-73a4a1cf9cc4/?format=api"
},
{
"id": "79a427a2-65d2-445a-ad25-186edb732bb2",
"gambit_id": "10a77718-f17e-423a-9a3f-f76a05fb49a7",
"last_updated": "2022-09-25T21:32:25.413520-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "USC",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-5.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff13b035-d010-4d85-aaa3-73a4a1cf9cc4/?format=api"
}
]
}