GET /api/bet_types/8a555193-ef6f-4876-a50e-5551ed679660/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8a555193-ef6f-4876-a50e-5551ed679660",
    "match": "https://api-prod.gambitprofit.com/api/matches/6c9a6d19-1653-43a4-a716-e12ef8a5e92c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-02-05T10:03:20.895708-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": "Toronto Maple Leafs",
                "amount": 5688.0
            },
            {
                "team": "New York Islanders",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "9f136afd-2c2e-4a96-910d-ae70c81a13f7",
            "gambit_id": "6625ed58-7773-4710-bf4f-a45c9a43146d",
            "last_updated": "2024-02-07T01:52:58.301255-05:00",
            "created_at": "2024-02-05T10:03:20.911315-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a555193-ef6f-4876-a50e-5551ed679660/?format=api"
        },
        {
            "id": "98b1f10e-273e-432f-bada-33b862834838",
            "gambit_id": "eac004ef-96e3-4fc1-a07b-d80c85242862",
            "last_updated": "2024-02-07T01:52:58.292095-05:00",
            "created_at": "2024-02-05T10:03:20.902176-05:00",
            "name": "New York Islanders",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a555193-ef6f-4876-a50e-5551ed679660/?format=api"
        }
    ]
}