GET /api/bet_types/90b5aa54-3277-4a83-b7fd-c95cf1c4eb94/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "90b5aa54-3277-4a83-b7fd-c95cf1c4eb94",
"match": "https://api-prod.gambitprofit.com/api/matches/0b9d3325-0e7a-405b-80b8-280437a16b5f/?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": "Tennessee Titans",
"amount": 5000.0
},
{
"team": "New York Giants",
"amount": 5000.0
}
],
"expected_reward_tokens": 9050.0,
"profit_sb": 50.0,
"profit_sb_percentage": 0.56,
"recommended": true
},
"lines": [
{
"id": "fd9582e4-7ae4-46f9-8192-2ded33683448",
"gambit_id": "6fffac58-5513-423c-bef5-3056459ddccc",
"last_updated": "2022-09-12T10:17:27.477129-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Tennessee Titans",
"reward": "1.81000",
"odds": "1.90910",
"spread": "-5.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/90b5aa54-3277-4a83-b7fd-c95cf1c4eb94/?format=api"
},
{
"id": "0406fd73-c96a-463e-b647-f98c07ce42d6",
"gambit_id": "a1dcaa3a-04cd-4788-8783-39b8e390e3c6",
"last_updated": "2022-09-12T10:17:27.478243-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "New York Giants",
"reward": "1.81000",
"odds": "1.90910",
"spread": "5.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/90b5aa54-3277-4a83-b7fd-c95cf1c4eb94/?format=api"
}
]
}