GET /api/bet_types/2a9d0cb8-243f-4fae-8fd8-09965fe40ef7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2a9d0cb8-243f-4fae-8fd8-09965fe40ef7",
    "match": "https://api-prod.gambitprofit.com/api/matches/a09314ad-4163-4cb7-abf4-c7fb202c4ea5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-02T09:57:09.003042-04:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Minnesota Timberwolves",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10500.0,
        "profit_sb": 1000.0,
        "profit_sb_percentage": 10.53,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Minnesota Timberwolves",
                "amount": 9018.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 982.0
            }
        ],
        "expected_reward_tokens": 9466.48,
        "profit_sb": -33.52,
        "profit_sb_percentage": -0.35,
        "recommended": false
    },
    "lines": [
        {
            "id": "8a90a609-0178-40f3-9ffc-0a7801597efd",
            "gambit_id": "10cd3441-ac97-4640-af42-27e994f95a9d",
            "last_updated": "2023-04-03T20:17:11.495994-04:00",
            "created_at": "2023-04-02T09:57:09.005323-04:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.05000",
            "odds": "1.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a9d0cb8-243f-4fae-8fd8-09965fe40ef7/?format=api"
        },
        {
            "id": "59f2c2b0-8c8c-45ce-b74c-5baa90b39c49",
            "gambit_id": "8431f085-7bb4-42bd-af9d-da3955833119",
            "last_updated": "2023-04-03T20:17:11.498852-04:00",
            "created_at": "2023-04-02T09:57:09.007792-04:00",
            "name": "Portland Trail Blazers",
            "reward": "9.64000",
            "odds": "10.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a9d0cb8-243f-4fae-8fd8-09965fe40ef7/?format=api"
        }
    ]
}