GET /api/bet_types/52bcca75-30ea-450e-bf0e-d52f98e927d7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "52bcca75-30ea-450e-bf0e-d52f98e927d7",
    "match": "https://api-prod.gambitprofit.com/api/matches/c87fdccd-16e1-47aa-8928-69ba37c3f1d3/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-11T08:53:08.260434-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": "St Louis Blues",
                "amount": 5319.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "d03c1ba4-d995-4890-8828-ffdad511552d",
            "gambit_id": "f41a9f15-d837-47e9-998a-8a988bbc9161",
            "last_updated": "2023-11-13T13:53:04.617916-05:00",
            "created_at": "2023-11-11T08:53:08.263939-05:00",
            "name": "St Louis Blues",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52bcca75-30ea-450e-bf0e-d52f98e927d7/?format=api"
        },
        {
            "id": "4565b9a4-27a6-41df-a8e1-718e05cf6dfc",
            "gambit_id": "cb1fb71e-2993-4a6e-8f17-34eeffdd321d",
            "last_updated": "2023-11-13T13:53:04.621382-05:00",
            "created_at": "2023-11-11T08:53:08.268124-05:00",
            "name": "Colorado Avalanche",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52bcca75-30ea-450e-bf0e-d52f98e927d7/?format=api"
        }
    ]
}