GET /api/bet_types/78fd5c5a-31c8-45dc-994f-c6584ad50fba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "78fd5c5a-31c8-45dc-994f-c6584ad50fba",
"match": "https://api-prod.gambitprofit.com/api/matches/69f04eab-66b6-4f24-a7dc-641b9ae5e8aa/?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": "Appalachian St",
"amount": 5000.0
},
{
"team": "James Madison",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "c363fefa-162b-43ec-829b-5490c82f906f",
"gambit_id": "38a17a82-55d0-4765-a5c8-ca69ea57bc9b",
"last_updated": "2022-09-25T19:57:06.108141-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Appalachian St",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-6.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/78fd5c5a-31c8-45dc-994f-c6584ad50fba/?format=api"
},
{
"id": "70c21d9a-9443-46ba-8ede-8e69fc070281",
"gambit_id": "4476a1f3-6707-4f28-840b-554ed7a0869c",
"last_updated": "2022-09-25T19:57:06.109243-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "James Madison",
"reward": "1.80000",
"odds": "1.90910",
"spread": "6.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/78fd5c5a-31c8-45dc-994f-c6584ad50fba/?format=api"
}
]
}