GET /api/bet_types/54583b01-f76f-47c9-85dc-6dc0beb4ff8f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "54583b01-f76f-47c9-85dc-6dc0beb4ff8f",
    "match": "https://api-prod.gambitprofit.com/api/matches/b9991851-bc14-4602-850f-94772c4331ef/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-23T09:06:55.265349-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": "Brooklyn Nets",
                "amount": 5482.0
            },
            {
                "team": "Milwaukee Bucks",
                "amount": 4518.0
            }
        ],
        "expected_reward_tokens": 8990.48,
        "profit_sb": -9.52,
        "profit_sb_percentage": -0.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "bae1b83e-fabc-4092-be26-f41820b2d47c",
            "gambit_id": "1689f062-bd2f-44de-a0fc-0fb99e945806",
            "last_updated": "2022-12-24T19:06:51.382480-05:00",
            "created_at": "2022-12-23T09:06:55.266501-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.64000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/54583b01-f76f-47c9-85dc-6dc0beb4ff8f/?format=api"
        },
        {
            "id": "ab26ee59-7417-47aa-99b2-50b77567c8b3",
            "gambit_id": "2bfcba4c-b336-4c8c-bf68-dd1862a088b1",
            "last_updated": "2022-12-24T19:06:51.383622-05:00",
            "created_at": "2022-12-23T09:06:55.267720-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.99000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/54583b01-f76f-47c9-85dc-6dc0beb4ff8f/?format=api"
        }
    ]
}