GET /api/bet_types/54bdac4e-f2d1-4c23-bc7e-cd29b950064f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "54bdac4e-f2d1-4c23-bc7e-cd29b950064f",
    "match": "https://api-prod.gambitprofit.com/api/matches/265ac207-bf82-4da1-bebf-ffd5bf5b8559/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-17T10:17:12.706295-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": "Cleveland Cavaliers",
                "amount": 6547.0
            },
            {
                "team": "Washington Wizards",
                "amount": 3453.0
            }
        ],
        "expected_reward_tokens": 9426.69,
        "profit_sb": -73.31,
        "profit_sb_percentage": -0.77,
        "recommended": false
    },
    "lines": [
        {
            "id": "df4a3bad-f05c-4268-b05d-53a7dcae5f2f",
            "gambit_id": "b60ef47d-0706-41c2-800d-dc5f1e3f93ab",
            "last_updated": "2023-03-18T14:52:12.638995-04:00",
            "created_at": "2023-03-17T10:17:12.707466-04:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/54bdac4e-f2d1-4c23-bc7e-cd29b950064f/?format=api"
        },
        {
            "id": "94addd9c-574a-4e26-a459-1a7e5574ba1a",
            "gambit_id": "e3a910f2-11eb-41c1-9cfd-0aa9c49395a2",
            "last_updated": "2023-03-18T14:52:12.640372-04:00",
            "created_at": "2023-03-17T10:17:12.708610-04:00",
            "name": "Washington Wizards",
            "reward": "2.73000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/54bdac4e-f2d1-4c23-bc7e-cd29b950064f/?format=api"
        }
    ]
}