GET /api/bet_types/afec2d7c-4568-4d1a-a6ac-9b96e34ed66b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "afec2d7c-4568-4d1a-a6ac-9b96e34ed66b",
    "match": "https://api-prod.gambitprofit.com/api/matches/3e3c38bc-e16f-40df-98d3-fe1b0eae7bc5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-12T10:03:10.261145-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": "Florida Panthers",
                "amount": 6100.0
            },
            {
                "team": "Seattle Kraken",
                "amount": 3900.0
            }
        ],
        "expected_reward_tokens": 9516.0,
        "profit_sb": 16.0,
        "profit_sb_percentage": 0.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "9592dcb5-69c0-425d-9488-7fd3e04ab773",
            "gambit_id": "a89c3bf9-4c8d-42ed-8289-c66187b4ee8c",
            "last_updated": "2023-12-13T09:33:07.940908-05:00",
            "created_at": "2023-12-12T10:03:10.265406-05:00",
            "name": "Florida Panthers",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/afec2d7c-4568-4d1a-a6ac-9b96e34ed66b/?format=api"
        },
        {
            "id": "c449c329-76e1-4d3d-8f95-40541001cb75",
            "gambit_id": "9d4284de-6650-4aa6-bf0c-d6ebbb3f6f96",
            "last_updated": "2023-12-13T09:33:07.945314-05:00",
            "created_at": "2023-12-12T10:03:10.269225-05:00",
            "name": "Seattle Kraken",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/afec2d7c-4568-4d1a-a6ac-9b96e34ed66b/?format=api"
        }
    ]
}