GET /api/bet_types/397bd5ec-a272-402f-b6c3-7e71d4ee6f79/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "397bd5ec-a272-402f-b6c3-7e71d4ee6f79",
"match": "https://api-prod.gambitprofit.com/api/matches/6a85ccfb-8364-4b31-957d-70361c300ee0/?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": "Florida",
"amount": 5000.0
},
{
"team": "Vanderbilt",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "3b4f59cc-ba3f-437e-bed1-55e1fe77b3dd",
"gambit_id": "cdfe46c5-a487-4752-8070-d0c2e59060a2",
"last_updated": "2022-11-21T11:58:29.885362-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Florida",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-14.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/397bd5ec-a272-402f-b6c3-7e71d4ee6f79/?format=api"
},
{
"id": "087beb57-1dc4-4211-a31c-79d5c43bab27",
"gambit_id": "8bb4b6f4-4ef1-4026-84a0-49a6f834025b",
"last_updated": "2022-11-21T11:58:29.884385-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Vanderbilt",
"reward": "1.80000",
"odds": "1.90910",
"spread": "14.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/397bd5ec-a272-402f-b6c3-7e71d4ee6f79/?format=api"
}
]
}