GET /api/bet_types/8ea52cab-e1ff-4382-b3e2-12366752f0bb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8ea52cab-e1ff-4382-b3e2-12366752f0bb",
    "match": "https://api-prod.gambitprofit.com/api/matches/9734c4cf-6cd5-498e-9bae-02f137908fd6/?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": "NC State",
                "amount": 7889.0
            },
            {
                "team": "East Carolina",
                "amount": 2111.0
            }
        ],
        "expected_reward_tokens": 9309.02,
        "profit_sb": 309.02,
        "profit_sb_percentage": 3.43,
        "recommended": true
    },
    "lines": [
        {
            "id": "cc4972ae-f28b-4110-b48a-931e2751d16b",
            "gambit_id": "48c1ebb6-32d2-4324-9122-d44ac424d251",
            "last_updated": "2022-09-05T09:57:26.147017-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NC State",
            "reward": "1.18000",
            "odds": "1.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ea52cab-e1ff-4382-b3e2-12366752f0bb/?format=api"
        },
        {
            "id": "19ed2d93-9f83-4714-b0ca-331376f3c8d1",
            "gambit_id": "87a32ea8-5e9d-412a-885f-ee630e39132f",
            "last_updated": "2022-09-05T09:57:26.145763-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "East Carolina",
            "reward": "4.41000",
            "odds": "4.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ea52cab-e1ff-4382-b3e2-12366752f0bb/?format=api"
        }
    ]
}