GET /api/bet_types/a267fde2-e47e-4591-82a3-ddba16e2dda4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "a267fde2-e47e-4591-82a3-ddba16e2dda4",
"match": "https://api-prod.gambitprofit.com/api/matches/65d6f77a-892f-4b15-b77c-f5310d6d5431/?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": "Texas",
"amount": 5097.0
},
{
"team": "TCU",
"amount": 4903.0
}
],
"expected_reward_tokens": 9021.52,
"profit_sb": 21.52,
"profit_sb_percentage": 0.24,
"recommended": true
},
"lines": [
{
"id": "922ee6f9-4791-48f2-b064-a61039b17ca3",
"gambit_id": "2d2422b3-b091-4e3a-9daa-67f6fc3e1a40",
"last_updated": "2022-11-14T09:29:07.609222-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Texas",
"reward": "1.77000",
"odds": "1.86960",
"spread": "-7.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a267fde2-e47e-4591-82a3-ddba16e2dda4/?format=api"
},
{
"id": "caa314ef-175d-4b26-8f50-d31cd12b6096",
"gambit_id": "09722903-b56a-4058-b00d-33896a9862f2",
"last_updated": "2022-11-14T09:29:07.610289-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "TCU",
"reward": "1.84000",
"odds": "1.95240",
"spread": "7.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a267fde2-e47e-4591-82a3-ddba16e2dda4/?format=api"
}
]
}