GET /api/bet_types/ac646790-c70e-4a6b-b26e-46e1f665cb37/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "ac646790-c70e-4a6b-b26e-46e1f665cb37",
"match": "https://api-prod.gambitprofit.com/api/matches/61ae3a60-184d-4308-ae7f-c4cf47f9cf6d/?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": "PHI",
"amount": 5405.0
},
{
"team": "WAS",
"amount": 4595.0
}
],
"expected_reward_tokens": 9188.5,
"profit_sb": 188.5,
"profit_sb_percentage": 2.09,
"recommended": true
},
"lines": [
{
"id": "6bbcb36b-ef3e-4ceb-bf5b-07da2b661d83",
"gambit_id": "310e8c1f-2701-41e6-acb1-27af6425a335",
"last_updated": "2022-08-07T11:02:18.233076-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "PHI",
"reward": "1.70000",
"odds": "1.76920",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac646790-c70e-4a6b-b26e-46e1f665cb37/?format=api"
},
{
"id": "a565518a-0ea1-4dcb-82fb-ab5105b6e5bf",
"gambit_id": "603dc280-3483-40b2-82ae-9cc7453f6691",
"last_updated": "2022-08-07T11:02:18.233586-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "WAS",
"reward": "2.00000",
"odds": "2.10000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac646790-c70e-4a6b-b26e-46e1f665cb37/?format=api"
}
]
}