GET /api/bet_types/5fcf691e-aad6-452b-bae6-f247747915e1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5fcf691e-aad6-452b-bae6-f247747915e1",
    "match": "https://api-prod.gambitprofit.com/api/matches/4741d92c-5bd8-4e13-be50-55d765153d9d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-11T08:48:22.075043-04: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": "CHC (J Wicks)",
                "amount": 6232.0
            },
            {
                "team": "COL (K Freeland)",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "9f550bea-d6e6-45e1-ae2f-94ac82414fe3",
            "gambit_id": "cd50837a-c3c1-43ad-be38-01ad2a520812",
            "last_updated": "2023-09-12T21:18:16.437683-04:00",
            "created_at": "2023-09-11T08:48:22.079219-04:00",
            "name": "CHC (J Wicks)",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5fcf691e-aad6-452b-bae6-f247747915e1/?format=api"
        },
        {
            "id": "4eeeacbf-b01b-4266-817e-e246cdce1d69",
            "gambit_id": "f9eafca5-3415-407b-ad60-1b1ede883efc",
            "last_updated": "2023-09-12T21:18:16.441171-04:00",
            "created_at": "2023-09-11T08:48:22.083662-04:00",
            "name": "COL (K Freeland)",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5fcf691e-aad6-452b-bae6-f247747915e1/?format=api"
        }
    ]
}