GET /api/bet_types/af2c212c-82fa-4726-9d97-6406e8334073/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "af2c212c-82fa-4726-9d97-6406e8334073",
    "match": "https://api-prod.gambitprofit.com/api/matches/d1bf12e2-1e66-4476-8250-f8804bc3495a/?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": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Austin FC",
                "amount": 7280.0
            },
            {
                "team": "Draw",
                "amount": 2720.0
            }
        ],
        "expected_reward_tokens": 11720.8,
        "profit_sb": 2220.8,
        "profit_sb_percentage": 23.38,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Austin FC",
                "amount": 5749.0
            },
            {
                "team": "Draw",
                "amount": 2148.0
            },
            {
                "team": "Colorado Rapids",
                "amount": 2104.0
            }
        ],
        "expected_reward_tokens": 9255.89,
        "profit_sb": -244.11,
        "profit_sb_percentage": -2.57,
        "recommended": false
    },
    "lines": [
        {
            "id": "cc9a1449-7247-4ec3-808f-9a31a0975cb2",
            "gambit_id": "7bfeb128-b09f-4bf1-a8c7-211d804f6cd8",
            "last_updated": "2022-10-11T13:32:15.933084-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Austin FC",
            "reward": "1.61000",
            "odds": "1.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/af2c212c-82fa-4726-9d97-6406e8334073/?format=api"
        },
        {
            "id": "ac8b28ef-1302-4646-a9a5-6771b276d2d1",
            "gambit_id": "f6202196-edf1-452f-a7b1-1da4080a1e5e",
            "last_updated": "2022-10-11T13:32:15.931099-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "4.31000",
            "odds": "4.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/af2c212c-82fa-4726-9d97-6406e8334073/?format=api"
        },
        {
            "id": "c0d9aa73-0bd6-4a30-8d62-7a331961e8fd",
            "gambit_id": "945cfbed-178f-47f8-8193-776ecec8e197",
            "last_updated": "2022-10-11T13:32:15.932087-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado Rapids",
            "reward": "4.40000",
            "odds": "4.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/af2c212c-82fa-4726-9d97-6406e8334073/?format=api"
        }
    ]
}