GET /api/bet_types/641e91c1-9c0d-4dc4-b74a-8d2142ca65b0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "641e91c1-9c0d-4dc4-b74a-8d2142ca65b0",
    "match": "https://api-prod.gambitprofit.com/api/matches/11365848-a443-4b94-a4ef-5ace8001fea1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-07T11:11:52.260445-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": "Los Angeles Lakers",
                "amount": 7033.0
            },
            {
                "team": "Oklahoma City Thunder",
                "amount": 2967.0
            }
        ],
        "expected_reward_tokens": 9494.4,
        "profit_sb": -5.6,
        "profit_sb_percentage": -0.06,
        "recommended": false
    },
    "lines": [
        {
            "id": "9f2862e6-bc97-48ae-bb27-9a19084b5fd3",
            "gambit_id": "d6b78441-1759-4e8a-b330-c836e3f5a762",
            "last_updated": "2023-02-08T09:47:03.994845-05:00",
            "created_at": "2023-02-07T11:11:52.261684-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.35000",
            "odds": "1.37040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/641e91c1-9c0d-4dc4-b74a-8d2142ca65b0/?format=api"
        },
        {
            "id": "c32299c3-03c5-43a8-ad15-2a41ca832108",
            "gambit_id": "ab35bdbb-3d5d-4c7d-8e9b-127b60f9aed9",
            "last_updated": "2023-02-08T09:47:03.996093-05:00",
            "created_at": "2023-02-07T11:11:52.263062-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "3.20000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/641e91c1-9c0d-4dc4-b74a-8d2142ca65b0/?format=api"
        }
    ]
}