GET /api/bet_types/3a0de23a-e8b0-48b8-91be-96472e0485b1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3a0de23a-e8b0-48b8-91be-96472e0485b1",
    "match": "https://api-prod.gambitprofit.com/api/matches/b85a3c6f-79d2-4f5b-a449-35d91840efe4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-30T11:22:17.573074-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": "Pittsburgh Penguins",
                "amount": 6399.0
            },
            {
                "team": "Nashville Predators",
                "amount": 3601.0
            }
        ],
        "expected_reward_tokens": 9470.52,
        "profit_sb": -29.48,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "d526fc23-711f-42a4-a03b-558113583c91",
            "gambit_id": "cebcf9dd-7d6b-4c12-a4e5-4307de09467c",
            "last_updated": "2023-03-31T14:47:31.654840-04:00",
            "created_at": "2023-03-30T11:22:17.575355-04:00",
            "name": "Pittsburgh Penguins",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a0de23a-e8b0-48b8-91be-96472e0485b1/?format=api"
        },
        {
            "id": "cdd74655-6d96-49ff-9e3e-b2d96521cdfb",
            "gambit_id": "b0a7c1b2-3d57-4eb7-b8fc-e00505cdf964",
            "last_updated": "2023-03-31T14:47:31.657642-04:00",
            "created_at": "2023-03-30T11:22:17.577564-04:00",
            "name": "Nashville Predators",
            "reward": "2.63000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a0de23a-e8b0-48b8-91be-96472e0485b1/?format=api"
        }
    ]
}