GET /api/bet_types/bf83b84a-330b-497f-ad4d-7c015be2d50e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bf83b84a-330b-497f-ad4d-7c015be2d50e",
    "match": "https://api-prod.gambitprofit.com/api/matches/962c4561-73d4-4b63-b6d4-060f355e2c20/?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": "Edmonton Oilers",
                "amount": 5521.0
            },
            {
                "team": "Calgary Flames",
                "amount": 4479.0
            }
        ],
        "expected_reward_tokens": 9495.48,
        "profit_sb": -4.52,
        "profit_sb_percentage": -0.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "4327e086-4234-4ce3-8645-7b91c1312577",
            "gambit_id": "999c5a0a-5c00-42d1-9d38-5121c77ea5ea",
            "last_updated": "2022-10-17T11:12:47.859433-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Edmonton Oilers",
            "reward": "1.72000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf83b84a-330b-497f-ad4d-7c015be2d50e/?format=api"
        },
        {
            "id": "69aeb76c-e0c2-4c76-af96-08fbbb532293",
            "gambit_id": "07ce5ffe-5668-47cd-890d-25eb0050cb0c",
            "last_updated": "2022-10-17T11:12:47.860446-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Calgary Flames",
            "reward": "2.12000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf83b84a-330b-497f-ad4d-7c015be2d50e/?format=api"
        }
    ]
}