GET /api/bet_types/bd2e33a8-ca60-4f30-bb60-b0da5256af75/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bd2e33a8-ca60-4f30-bb60-b0da5256af75",
    "match": "https://api-prod.gambitprofit.com/api/matches/b0daf1b9-4bd3-4d5a-bebf-ea0b9f4e5116/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-02-02T09:58:18.882471-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": "Miami Heat",
                "amount": 7351.0
            },
            {
                "team": "Washington Wizards",
                "amount": 2649.0
            }
        ],
        "expected_reward_tokens": 9482.79,
        "profit_sb": -17.21,
        "profit_sb_percentage": -0.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "dacc2e1e-8cf1-48e1-8504-3c52d3f76dc4",
            "gambit_id": "6241b3dc-5a9c-4583-9f92-3a8a388f09fe",
            "last_updated": "2024-02-03T10:37:58.315423-05:00",
            "created_at": "2024-02-02T09:58:18.887108-05:00",
            "name": "Miami Heat",
            "reward": "1.29000",
            "odds": "1.30300",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd2e33a8-ca60-4f30-bb60-b0da5256af75/?format=api"
        },
        {
            "id": "236ee5c5-2bdd-4654-9f07-36de66adad0d",
            "gambit_id": "b11701b9-9d02-4dde-a887-9eb1fd4e1df9",
            "last_updated": "2024-02-03T10:37:58.318788-05:00",
            "created_at": "2024-02-02T09:58:18.893206-05:00",
            "name": "Washington Wizards",
            "reward": "3.58000",
            "odds": "3.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd2e33a8-ca60-4f30-bb60-b0da5256af75/?format=api"
        }
    ]
}