GET /api/bet_types/f5479522-3771-48cd-981f-d1c12b843758/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "f5479522-3771-48cd-981f-d1c12b843758",
"match": "https://api-prod.gambitprofit.com/api/matches/87c7719a-08b6-4d49-bf2d-b5cfd63c1c17/?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": "CLE",
"amount": 5521.0
},
{
"team": "NYY",
"amount": 4479.0
}
],
"expected_reward_tokens": 9495.48,
"profit_sb": -4.52,
"profit_sb_percentage": -0.05,
"recommended": false
},
"lines": [
{
"id": "e1f6f118-0d4f-4e16-b8b7-22d82015b5b6",
"gambit_id": "6d1bcf38-54ee-47c2-ba19-1324698f6123",
"last_updated": "2022-10-12T10:16:59.286555-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "CLE",
"reward": "1.72000",
"odds": "1.74070",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5479522-3771-48cd-981f-d1c12b843758/?format=api"
},
{
"id": "c4b41692-bbb8-437a-805d-5da7b7ea5218",
"gambit_id": "4eae28b3-d19f-4ae2-a08c-7035cb94b4b1",
"last_updated": "2022-10-12T10:16:59.285566-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "NYY",
"reward": "2.12000",
"odds": "2.15000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5479522-3771-48cd-981f-d1c12b843758/?format=api"
}
]
}