GET /api/bet_types/df5f487b-3358-4848-9949-8e168b537ce5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "df5f487b-3358-4848-9949-8e168b537ce5",
    "match": "https://api-prod.gambitprofit.com/api/matches/17a9360f-64ac-459c-8d84-75d288a02d48/?format=api",
    "name": "Play the Odds",
    "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": "Anaheim Ducks",
                "amount": 6042.0
            },
            {
                "team": "Vancouver Canucks",
                "amount": 3958.0
            }
        ],
        "expected_reward_tokens": 9182.56,
        "profit_sb": 182.56,
        "profit_sb_percentage": 2.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "d1018103-5197-4122-8b33-0b1fa8e1f6e7",
            "gambit_id": "86ee13a7-7a44-48b6-b732-7c67a9b6e1a6",
            "last_updated": "2022-11-04T09:12:35.343453-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Anaheim Ducks",
            "reward": "1.52000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df5f487b-3358-4848-9949-8e168b537ce5/?format=api"
        },
        {
            "id": "da8b484e-0583-4567-b0c5-03d82ce18a50",
            "gambit_id": "3b43b716-5030-4655-8b7f-ad9a338eeeb3",
            "last_updated": "2022-11-04T09:12:35.342078-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vancouver Canucks",
            "reward": "2.32000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df5f487b-3358-4848-9949-8e168b537ce5/?format=api"
        }
    ]
}