GET /api/bet_types/cadf43ae-f650-48ae-a754-f58610a958cf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cadf43ae-f650-48ae-a754-f58610a958cf",
    "match": "https://api-prod.gambitprofit.com/api/matches/89bf4ce1-0bf0-4baa-b803-b0b3fd7b48f8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-25T13:47:02.939698-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": "Vegas Golden Knights",
                "amount": 6928.0
            },
            {
                "team": "Dallas Stars",
                "amount": 3072.0
            }
        ],
        "expected_reward_tokens": 9491.36,
        "profit_sb": -8.64,
        "profit_sb_percentage": -0.09,
        "recommended": false
    },
    "lines": [
        {
            "id": "f56b6f8e-f90a-49f0-aa77-636a07e34cec",
            "gambit_id": "511e5228-0517-4d9b-b571-3695b08eb1d3",
            "last_updated": "2023-05-26T11:52:15.726879-04:00",
            "created_at": "2023-05-25T13:47:02.942515-04:00",
            "name": "Vegas Golden Knights",
            "reward": "1.37000",
            "odds": "1.38460",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cadf43ae-f650-48ae-a754-f58610a958cf/?format=api"
        },
        {
            "id": "e33c2a13-df44-4aff-bf3e-c7ead8165d92",
            "gambit_id": "7571e940-2c00-4b96-b714-7deb626e8e98",
            "last_updated": "2023-05-26T11:52:15.729410-04:00",
            "created_at": "2023-05-25T13:47:02.945534-04:00",
            "name": "Dallas Stars",
            "reward": "3.09000",
            "odds": "3.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cadf43ae-f650-48ae-a754-f58610a958cf/?format=api"
        }
    ]
}