GET /api/bet_types/6873ce81-43f4-4322-ad86-cc3ee63f0941/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "6873ce81-43f4-4322-ad86-cc3ee63f0941",
"match": "https://api-prod.gambitprofit.com/api/matches/92aa6463-0d1d-4fda-a5a6-dadcad9c7494/?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": "Miami Marlins",
"amount": 5301.0
},
{
"team": "Tampa Bay Rays",
"amount": 4699.0
}
],
"expected_reward_tokens": 9116.06,
"profit_sb": 116.06,
"profit_sb_percentage": 1.29,
"recommended": true
},
"lines": [
{
"id": "7037e4ba-2326-4e7b-9d05-9f6c1cf07baf",
"gambit_id": "17e7c3f5-2ca2-4f2c-a8bc-7b571b5ba8a0",
"last_updated": "2022-09-01T10:31:55.131316-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Miami Marlins",
"reward": "1.72000",
"odds": "1.80000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6873ce81-43f4-4322-ad86-cc3ee63f0941/?format=api"
},
{
"id": "1914f5a1-a1f7-4a76-8db3-5b2a57888462",
"gambit_id": "c96476e5-774b-4883-87dd-d36ed38cc3b7",
"last_updated": "2022-09-01T10:31:55.131786-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Tampa Bay Rays",
"reward": "1.94000",
"odds": "2.05000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6873ce81-43f4-4322-ad86-cc3ee63f0941/?format=api"
}
]
}