GET /api/bet_types/3f3db4a0-6b3c-4b4e-a018-93dc4b8fa199/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3f3db4a0-6b3c-4b4e-a018-93dc4b8fa199",
    "match": "https://api-prod.gambitprofit.com/api/matches/f4e00617-ac5d-4c81-a03b-1529ecd6e66c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-29T11:47:14.269970-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": "CWS (M Kopech)",
                "amount": 5627.0
            },
            {
                "team": "LAA (G Canning)",
                "amount": 4373.0
            }
        ],
        "expected_reward_tokens": 9620.6,
        "profit_sb": 120.6,
        "profit_sb_percentage": 1.27,
        "recommended": true
    },
    "lines": [
        {
            "id": "47fd6465-3d45-4474-9dde-8de0b319dfc1",
            "gambit_id": "a1e53ef3-102a-400e-bc72-3d39a3e09b4f",
            "last_updated": "2023-05-30T10:47:22.002256-04:00",
            "created_at": "2023-05-29T11:47:14.275601-04:00",
            "name": "CWS (M Kopech)",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f3db4a0-6b3c-4b4e-a018-93dc4b8fa199/?format=api"
        },
        {
            "id": "8475f921-20d1-4857-bb01-db288ba4551b",
            "gambit_id": "21fb4332-18f4-4c8c-89e3-72ffebc0db51",
            "last_updated": "2023-05-30T10:47:21.999714-04:00",
            "created_at": "2023-05-29T11:47:14.272714-04:00",
            "name": "LAA (G Canning)",
            "reward": "2.20000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f3db4a0-6b3c-4b4e-a018-93dc4b8fa199/?format=api"
        }
    ]
}