GET /api/bet_types/bca1590a-f345-43b3-93ef-3d13822bf8eb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bca1590a-f345-43b3-93ef-3d13822bf8eb",
    "match": "https://api-prod.gambitprofit.com/api/matches/c54484a1-80c2-4032-ab8e-0c1ad7633f61/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "New Orleans Saints",
                "amount": 6642.0
            },
            {
                "team": "Atlanta Falcons",
                "amount": 3358.0
            }
        ],
        "expected_reward_tokens": 9099.54,
        "profit_sb": 99.54,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "f8cb1252-8c23-4421-89cc-d2531260a5cc",
            "gambit_id": "1c474108-49a9-406c-940a-6589391243cb",
            "last_updated": "2022-12-19T13:37:02.336929-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Orleans Saints",
            "reward": "1.37000",
            "odds": "1.42550",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bca1590a-f345-43b3-93ef-3d13822bf8eb/?format=api"
        },
        {
            "id": "1bba279d-77b8-4ae6-9fea-0b0c9fb84400",
            "gambit_id": "305d9fed-009c-4b53-8330-1a3ad7bbe863",
            "last_updated": "2022-12-19T13:37:02.338043-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atlanta Falcons",
            "reward": "2.71000",
            "odds": "2.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bca1590a-f345-43b3-93ef-3d13822bf8eb/?format=api"
        }
    ]
}