GET /api/bet_types/17f3a328-6fdc-4486-a4e1-9ff3e4873199/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "17f3a328-6fdc-4486-a4e1-9ff3e4873199",
    "match": "https://api-prod.gambitprofit.com/api/matches/ab99646d-cc1d-4c6a-8bce-c9503a320c5d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-24T11:07:02.753210-04:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Dallas Mavericks",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10800.0,
        "profit_sb": 1300.0,
        "profit_sb_percentage": 13.68,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Dallas Mavericks",
                "amount": 8773.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 1227.0
            }
        ],
        "expected_reward_tokens": 9472.44,
        "profit_sb": -27.56,
        "profit_sb_percentage": -0.29,
        "recommended": false
    },
    "lines": [
        {
            "id": "938bf9cd-46fc-4781-a64a-64852f937510",
            "gambit_id": "47374d14-0c30-4c33-90db-dc3fb1fb6b34",
            "last_updated": "2023-03-26T13:37:07.875071-04:00",
            "created_at": "2023-03-24T11:07:02.754941-04:00",
            "name": "Dallas Mavericks",
            "reward": "1.08000",
            "odds": "1.08330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/17f3a328-6fdc-4486-a4e1-9ff3e4873199/?format=api"
        },
        {
            "id": "40aa8882-ebba-4a14-a9a4-ba0e5229cc63",
            "gambit_id": "165ec38b-909a-4a7c-b098-7eab359fdb7a",
            "last_updated": "2023-03-26T13:37:07.877105-04:00",
            "created_at": "2023-03-24T11:07:02.756667-04:00",
            "name": "Charlotte Hornets",
            "reward": "7.72000",
            "odds": "8.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/17f3a328-6fdc-4486-a4e1-9ff3e4873199/?format=api"
        }
    ]
}