GET /api/bet_types/408cf0f8-bed9-4113-98f4-8a3d06d6a103/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "408cf0f8-bed9-4113-98f4-8a3d06d6a103",
    "match": "https://api-prod.gambitprofit.com/api/matches/b2de3673-6bca-4a87-9a39-e5e3946c007f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-21T09:03:04.712727-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": "Phoenix Suns",
                "amount": 8478.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 1522.0
            }
        ],
        "expected_reward_tokens": 9495.36,
        "profit_sb": -4.64,
        "profit_sb_percentage": -0.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "8a83c7aa-6606-4447-b7a1-6bae10e6aeeb",
            "gambit_id": "1229fbdc-6c36-4895-9e80-a5dbd5bb9397",
            "last_updated": "2023-11-22T09:48:26.141318-05:00",
            "created_at": "2023-11-21T09:03:04.720351-05:00",
            "name": "Phoenix Suns",
            "reward": "1.12000",
            "odds": "1.12500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/408cf0f8-bed9-4113-98f4-8a3d06d6a103/?format=api"
        },
        {
            "id": "70274c73-7e1f-4a9d-8337-7be95469b1bb",
            "gambit_id": "0f3c8250-5328-4478-b197-6740bb492279",
            "last_updated": "2023-11-22T09:48:26.137895-05:00",
            "created_at": "2023-11-21T09:03:04.716373-05:00",
            "name": "Portland Trail Blazers",
            "reward": "6.24000",
            "odds": "6.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/408cf0f8-bed9-4113-98f4-8a3d06d6a103/?format=api"
        }
    ]
}