GET /api/bet_types/56354c8d-3f02-4eee-87e9-8a036725a1f3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "56354c8d-3f02-4eee-87e9-8a036725a1f3",
    "match": "https://api-prod.gambitprofit.com/api/matches/b57c5e93-e9a4-4963-91b1-a3397c3c0198/?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": "BAL",
                "amount": 5780.0
            },
            {
                "team": "TOR",
                "amount": 4220.0
            }
        ],
        "expected_reward_tokens": 9537.0,
        "profit_sb": 37.0,
        "profit_sb_percentage": 0.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "63f6682f-3868-4055-aa60-e98b57d0ad80",
            "gambit_id": "8cdfa827-2833-4caf-a045-a28e26a0bab1",
            "last_updated": "2022-10-04T13:17:05.808048-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BAL",
            "reward": "1.65000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56354c8d-3f02-4eee-87e9-8a036725a1f3/?format=api"
        },
        {
            "id": "e4bc423b-6eb6-41fc-ae94-9c5d86203342",
            "gambit_id": "de840864-5585-493a-b64b-b45560265b03",
            "last_updated": "2022-10-04T13:17:05.809015-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TOR",
            "reward": "2.26000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56354c8d-3f02-4eee-87e9-8a036725a1f3/?format=api"
        }
    ]
}