GET /api/bet_types/ad02bd3c-ed55-4cbf-b653-e91fe17faaa6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ad02bd3c-ed55-4cbf-b653-e91fe17faaa6",
    "match": "https://api-prod.gambitprofit.com/api/matches/e282c5d4-7ac1-4f79-b8d0-97a674cff0a6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-04T09:48:09.943170-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": "Pittsburgh Penguins",
                "amount": 6849.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 3151.0
            }
        ],
        "expected_reward_tokens": 9451.62,
        "profit_sb": -48.38,
        "profit_sb_percentage": -0.51,
        "recommended": false
    },
    "lines": [
        {
            "id": "fd5ac7c0-64ba-4d65-8193-8052a230d498",
            "gambit_id": "e7c07d6a-7635-486f-a3bf-7a72c136d37f",
            "last_updated": "2023-11-06T09:13:27.458916-05:00",
            "created_at": "2023-11-04T09:48:09.950915-04:00",
            "name": "Pittsburgh Penguins",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad02bd3c-ed55-4cbf-b653-e91fe17faaa6/?format=api"
        },
        {
            "id": "5531a9ac-0353-4c16-a824-57974d5b3de6",
            "gambit_id": "9958f4b6-cc2e-4873-81f1-1772c2c5e74f",
            "last_updated": "2023-11-06T09:13:27.455660-05:00",
            "created_at": "2023-11-04T09:48:09.947101-04:00",
            "name": "San Jose Sharks",
            "reward": "3.00000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad02bd3c-ed55-4cbf-b653-e91fe17faaa6/?format=api"
        }
    ]
}