GET /api/bet_types/bbab6b06-581c-41b0-bf35-02e86a66af51/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "bbab6b06-581c-41b0-bf35-02e86a66af51",
"match": "https://api-prod.gambitprofit.com/api/matches/58f11d72-f7c7-44ff-8733-b3854e186300/?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": "NYY",
"amount": 6336.0
},
{
"team": "TOR",
"amount": 3664.0
}
],
"expected_reward_tokens": 9123.36,
"profit_sb": 123.36,
"profit_sb_percentage": 1.37,
"recommended": true
},
"lines": [
{
"id": "2dc30c6f-7c7e-467e-a1ca-22523217dc3b",
"gambit_id": "80811a88-50d4-4706-97d5-40bf689b61e7",
"last_updated": "2022-09-27T09:27:22.390916-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "NYY",
"reward": "1.44000",
"odds": "1.50000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bbab6b06-581c-41b0-bf35-02e86a66af51/?format=api"
},
{
"id": "d966d490-c902-4948-b596-843e39a66e46",
"gambit_id": "560b0262-f5a2-4294-beb3-34a4addfeda9",
"last_updated": "2022-09-27T09:27:22.389770-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "TOR",
"reward": "2.49000",
"odds": "2.70000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bbab6b06-581c-41b0-bf35-02e86a66af51/?format=api"
}
]
}