GET /api/bet_types/ed118bc9-93ed-4409-932c-f0c464f4c81f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "ed118bc9-93ed-4409-932c-f0c464f4c81f",
"match": "https://api-prod.gambitprofit.com/api/matches/b824c058-d1f4-4555-bfb5-c9de12db1c36/?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": "Central Florida",
"amount": 5000.0
},
{
"team": "East Carolina",
"amount": 5000.0
}
],
"expected_reward_tokens": 9400.0,
"profit_sb": -100.0,
"profit_sb_percentage": -1.05,
"recommended": false
},
"lines": [
{
"id": "82640d5a-324a-4905-b000-37fcb533e4c1",
"gambit_id": "32bc6fb1-be6e-4fb5-9ef6-1377ed1bb3fb",
"last_updated": "2022-10-23T21:36:54.383646-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Central Florida",
"reward": "1.88000",
"odds": "1.90910",
"spread": "-6.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed118bc9-93ed-4409-932c-f0c464f4c81f/?format=api"
},
{
"id": "b8285ccc-aa3a-4688-8506-a26bf8ce3e58",
"gambit_id": "659c7f9f-3087-4adf-a253-a38f7cf1489f",
"last_updated": "2022-10-23T21:36:54.382580-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "East Carolina",
"reward": "1.88000",
"odds": "1.90910",
"spread": "6.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed118bc9-93ed-4409-932c-f0c464f4c81f/?format=api"
}
]
}