GET /api/bet_types/ae7ff40e-94b4-4058-9ea6-3bc476e4f112/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ae7ff40e-94b4-4058-9ea6-3bc476e4f112",
    "match": "https://api-prod.gambitprofit.com/api/matches/7156e90d-91c4-4b96-8116-52f2b86b8789/?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": "Carolina Hurricanes",
                "amount": 5492.0
            },
            {
                "team": "Los Angeles Kings",
                "amount": 4508.0
            }
        ],
        "expected_reward_tokens": 9061.08,
        "profit_sb": 61.08,
        "profit_sb_percentage": 0.68,
        "recommended": true
    },
    "lines": [
        {
            "id": "fa2f1ffa-522c-4aa2-b235-bfc24b6d0fa0",
            "gambit_id": "a011b83f-2958-4447-9411-afd45112d82f",
            "last_updated": "2022-12-05T11:22:13.292779-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Carolina Hurricanes",
            "reward": "1.65000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae7ff40e-94b4-4058-9ea6-3bc476e4f112/?format=api"
        },
        {
            "id": "9049cf2d-8fcd-445f-abab-afed50b189a1",
            "gambit_id": "cc33d8db-091f-4574-a4f1-1aaa62b02320",
            "last_updated": "2022-12-05T11:22:13.291795-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Kings",
            "reward": "2.01000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae7ff40e-94b4-4058-9ea6-3bc476e4f112/?format=api"
        }
    ]
}