GET /api/bet_types/b211f10e-9875-40f5-a827-2d2861fb1a1e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b211f10e-9875-40f5-a827-2d2861fb1a1e",
    "match": "https://api-prod.gambitprofit.com/api/matches/0e6f2187-23de-4dc0-a1ce-bf597aca5ade/?format=api",
    "name": "Pick the Winner",
    "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": "Dallas Stars",
                "amount": 5652.0
            },
            {
                "team": "Edmonton Oilers",
                "amount": 4348.0
            }
        ],
        "expected_reward_tokens": 9043.2,
        "profit_sb": 43.2,
        "profit_sb_percentage": 0.48,
        "recommended": true
    },
    "lines": [
        {
            "id": "a292e9c4-af74-4cd7-8cb2-8ddf6c905658",
            "gambit_id": "08958ffb-7b59-4a9b-b4aa-9326de72e0a2",
            "last_updated": "2022-12-22T20:37:20.673233-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Stars",
            "reward": "1.60000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b211f10e-9875-40f5-a827-2d2861fb1a1e/?format=api"
        },
        {
            "id": "396d9f55-a52f-4e8f-a781-3fbd88569458",
            "gambit_id": "b66f842b-74a8-4e55-bad6-8a11ca97c4e5",
            "last_updated": "2022-12-22T20:37:20.674334-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Edmonton Oilers",
            "reward": "2.08000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b211f10e-9875-40f5-a827-2d2861fb1a1e/?format=api"
        }
    ]
}