GET /api/bet_types/4ba44015-37e9-47fe-bda0-29c49c03d8f0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4ba44015-37e9-47fe-bda0-29c49c03d8f0",
    "match": "https://api-prod.gambitprofit.com/api/matches/99590d74-a8fa-4b04-a99f-3acfae7d0b21/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-14T09:12:20.639016-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": "Washington Wizards",
                "amount": 5419.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 4581.0
            }
        ],
        "expected_reward_tokens": 9482.67,
        "profit_sb": -17.33,
        "profit_sb_percentage": -0.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "0aaa3982-bcd4-4811-9d2e-645604c06114",
            "gambit_id": "e6dca5fe-68f1-44ca-b65a-24653b1a733d",
            "last_updated": "2023-02-15T10:41:52.923678-05:00",
            "created_at": "2023-02-14T09:12:20.641533-05:00",
            "name": "Washington Wizards",
            "reward": "1.75000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ba44015-37e9-47fe-bda0-29c49c03d8f0/?format=api"
        },
        {
            "id": "df1d19ad-64b8-4f10-a02d-6c50adb60dce",
            "gambit_id": "17ffdd01-dfad-4095-bd3d-d56545159156",
            "last_updated": "2023-02-15T10:41:52.922501-05:00",
            "created_at": "2023-02-14T09:12:20.640264-05:00",
            "name": "Portland Trail Blazers",
            "reward": "2.07000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ba44015-37e9-47fe-bda0-29c49c03d8f0/?format=api"
        }
    ]
}