GET /api/bet_types/c4959fd5-3075-4557-a71b-7915cf10e640/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "c4959fd5-3075-4557-a71b-7915cf10e640",
"match": "https://api-prod.gambitprofit.com/api/matches/87b13cd3-30de-41c8-ab9b-4f5e095e70fe/?format=api",
"name": "Play the Odds",
"created_at": "2023-04-22T13:06:57.569718-04: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": "NYM",
"amount": 6241.0
},
{
"team": "SFO",
"amount": 3759.0
}
],
"expected_reward_tokens": 9547.86,
"profit_sb": 47.86,
"profit_sb_percentage": 0.5,
"recommended": true
},
"lines": [
{
"id": "5a53bbeb-0f20-4ec8-8e3b-dc7e9626f141",
"gambit_id": "41c976b5-a4e1-4bab-a240-5f80be9dcf31",
"last_updated": "2023-04-23T18:27:07.286145-04:00",
"created_at": "2023-04-22T13:06:57.572910-04:00",
"name": "NYM",
"reward": "1.53000",
"odds": "1.55560",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4959fd5-3075-4557-a71b-7915cf10e640/?format=api"
},
{
"id": "78c47664-f4f9-40bf-bb70-75606a052364",
"gambit_id": "9f4228e9-ec53-4825-be30-a07bdaa998f9",
"last_updated": "2023-04-23T18:27:07.283697-04:00",
"created_at": "2023-04-22T13:06:57.571254-04:00",
"name": "SFO",
"reward": "2.54000",
"odds": "2.60000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4959fd5-3075-4557-a71b-7915cf10e640/?format=api"
}
]
}