GET /api/bet_types/59a5290e-cf01-46ea-b288-9a2acbf951cb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "59a5290e-cf01-46ea-b288-9a2acbf951cb",
    "match": "https://api-prod.gambitprofit.com/api/matches/0be1975a-8279-4ba3-8dc0-c481a04ebcba/?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": "Atlanta Falcons",
                "amount": 6475.0
            },
            {
                "team": "Carolina Panthers",
                "amount": 3525.0
            }
        ],
        "expected_reward_tokens": 9517.5,
        "profit_sb": 17.5,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "a53c48e5-85fc-455b-b0e7-81461c59c234",
            "gambit_id": "dbd6cd31-0f18-45df-9327-cb902a3d5602",
            "last_updated": "2022-10-31T11:36:57.023378-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atlanta Falcons",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59a5290e-cf01-46ea-b288-9a2acbf951cb/?format=api"
        },
        {
            "id": "071b40c1-dc72-4e09-bb64-42ef89e020de",
            "gambit_id": "e63b7ec5-3539-4854-ad7b-76fed95757f6",
            "last_updated": "2022-10-31T11:36:57.024369-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Carolina Panthers",
            "reward": "2.70000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59a5290e-cf01-46ea-b288-9a2acbf951cb/?format=api"
        }
    ]
}