GET /api/bet_types/bb44da6d-4729-4854-800b-308be99b7d81/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "bb44da6d-4729-4854-800b-308be99b7d81",
"match": "https://api-prod.gambitprofit.com/api/matches/7310108b-24eb-4321-913f-8c29bfa5635d/?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": "Fresno State",
"amount": 5000.0
},
{
"team": "Oregon State",
"amount": 5000.0
}
],
"expected_reward_tokens": 9050.0,
"profit_sb": 50.0,
"profit_sb_percentage": 0.56,
"recommended": true
},
"lines": [
{
"id": "22b2d25e-03e0-45f0-a7ef-a4e7a9edc126",
"gambit_id": "8cb59282-bc1d-4567-a2a4-0f5156859ef3",
"last_updated": "2022-09-11T09:47:39.433340-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Fresno State",
"reward": "1.81000",
"odds": "1.90910",
"spread": "-1.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb44da6d-4729-4854-800b-308be99b7d81/?format=api"
},
{
"id": "8985479f-290a-461b-9f67-4ca03b92b398",
"gambit_id": "9a18fd5d-e766-4333-96e9-cf98f01d396b",
"last_updated": "2022-09-11T09:47:39.434368-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Oregon State",
"reward": "1.81000",
"odds": "1.90910",
"spread": "1.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb44da6d-4729-4854-800b-308be99b7d81/?format=api"
}
]
}