GET /api/bet_types/c366dda9-f4b3-4a4d-92c3-12c4ccaa9577/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c366dda9-f4b3-4a4d-92c3-12c4ccaa9577",
    "match": "https://api-prod.gambitprofit.com/api/matches/b0f2f16f-5eb8-496d-a201-b9ea91f401ef/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-16T09:52:56.359340-04: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": "Arizona Coyotes",
                "amount": 5319.0
            },
            {
                "team": "New York Rangers",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "697c9799-911f-4fb6-8b63-97908390c1fd",
            "gambit_id": "8926322b-af31-4044-901b-4156ef1e5742",
            "last_updated": "2023-10-17T10:18:10.314477-04:00",
            "created_at": "2023-10-16T09:52:56.363177-04:00",
            "name": "Arizona Coyotes",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c366dda9-f4b3-4a4d-92c3-12c4ccaa9577/?format=api"
        },
        {
            "id": "cceec8da-a6f8-4f76-9bc4-f10c41fa60a6",
            "gambit_id": "92148390-c76f-482c-a312-c118e49ec8ed",
            "last_updated": "2023-10-17T10:18:10.318037-04:00",
            "created_at": "2023-10-16T09:52:56.367915-04:00",
            "name": "New York Rangers",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c366dda9-f4b3-4a4d-92c3-12c4ccaa9577/?format=api"
        }
    ]
}