GET /api/bet_types/7862b2da-7358-4810-a21e-679b7df3e43d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "7862b2da-7358-4810-a21e-679b7df3e43d",
"match": "https://api-prod.gambitprofit.com/api/matches/252765c2-afc4-44ed-a97d-d03ead0f59e1/?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": "West Virginia",
"amount": 5000.0
},
{
"team": "Kansas State",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "d6a4811e-ac17-42d9-9c14-98d0c06dee79",
"gambit_id": "5271690c-a3f2-4fd8-a726-fbee84803e4b",
"last_updated": "2022-11-21T11:58:34.692701-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "West Virginia",
"reward": "1.80000",
"odds": "1.90910",
"spread": "8.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7862b2da-7358-4810-a21e-679b7df3e43d/?format=api"
},
{
"id": "63dee576-dfa8-4782-a9dc-17997f8108db",
"gambit_id": "2e2783f5-280a-4f24-aabf-075f6d23d3ae",
"last_updated": "2022-11-21T11:58:34.693824-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Kansas State",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-8.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7862b2da-7358-4810-a21e-679b7df3e43d/?format=api"
}
]
}