GET /api/bet_types/1d6c901f-4144-41c1-bfa4-4a013480f32f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1d6c901f-4144-41c1-bfa4-4a013480f32f",
    "match": "https://api-prod.gambitprofit.com/api/matches/f1ff94a4-64cf-4da8-a24a-c9fce3935a5d/?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": "SFO (L Webb)",
                "amount": 6304.0
            },
            {
                "team": "COL (G Marquez)",
                "amount": 3696.0
            }
        ],
        "expected_reward_tokens": 9203.04,
        "profit_sb": 203.04,
        "profit_sb_percentage": 2.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "24554df2-2341-46d1-ad52-19e140b61081",
            "gambit_id": "1a7bf7a7-fea9-4a4a-8167-835fe3bd947b",
            "last_updated": "2022-09-28T08:56:57.438832-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SFO (L Webb)",
            "reward": "1.46000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d6c901f-4144-41c1-bfa4-4a013480f32f/?format=api"
        },
        {
            "id": "00e4eeda-7bbd-4f38-8610-666d5b919eb9",
            "gambit_id": "be4633e2-2e4f-46ca-97ba-a0e263bd34d2",
            "last_updated": "2022-09-28T08:56:57.437863-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "COL (G Marquez)",
            "reward": "2.49000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d6c901f-4144-41c1-bfa4-4a013480f32f/?format=api"
        }
    ]
}