GET /api/bet_types/2925bbe2-01ad-440c-a754-80df326464fd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2925bbe2-01ad-440c-a754-80df326464fd",
    "match": "https://api-prod.gambitprofit.com/api/matches/6239af10-a653-4428-856b-62cfffad52c2/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Kansas City Chiefs",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10900.0,
        "profit_sb": 1900.0,
        "profit_sb_percentage": 21.11,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Kansas City Chiefs",
                "amount": 8599.0
            },
            {
                "team": "Houston Texans",
                "amount": 1401.0
            }
        ],
        "expected_reward_tokens": 9372.69,
        "profit_sb": 372.69,
        "profit_sb_percentage": 4.14,
        "recommended": true
    },
    "lines": [
        {
            "id": "54611869-ef97-41ee-8537-1f6b901765cd",
            "gambit_id": "424a146a-8785-4a74-b546-dedabeb38ecf",
            "last_updated": "2022-12-19T13:32:09.638555-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kansas City Chiefs",
            "reward": "1.09000",
            "odds": "1.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2925bbe2-01ad-440c-a754-80df326464fd/?format=api"
        },
        {
            "id": "b0a20eba-12fa-421f-94b2-41cdef4e9f31",
            "gambit_id": "d98b1d35-7e6e-477e-8e45-5314af7346a9",
            "last_updated": "2022-12-19T13:32:09.637470-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston Texans",
            "reward": "6.69000",
            "odds": "7.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2925bbe2-01ad-440c-a754-80df326464fd/?format=api"
        }
    ]
}