GET /api/bet_types/4aae468d-f08d-468e-a29d-579bc353d3f0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4aae468d-f08d-468e-a29d-579bc353d3f0",
    "match": "https://api-prod.gambitprofit.com/api/matches/9499e66e-36a3-43da-b912-1d6db17430e6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-15T10:23:23.558880-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": "New Orleans Pelicans",
                "amount": 6324.0
            },
            {
                "team": "Dallas Mavericks",
                "amount": 3676.0
            }
        ],
        "expected_reward_tokens": 9484.08,
        "profit_sb": -15.92,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "69e4856e-b95f-47fc-8686-3865583c1767",
            "gambit_id": "9b0ba619-5a11-4d28-95cf-5432c59a1fbc",
            "last_updated": "2024-01-17T22:13:10.780529-05:00",
            "created_at": "2024-01-15T10:23:23.562615-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4aae468d-f08d-468e-a29d-579bc353d3f0/?format=api"
        },
        {
            "id": "92c76859-7953-41f6-b786-7da5b8fa686a",
            "gambit_id": "54e9054a-a8a5-49b0-9dcf-650968c62f8b",
            "last_updated": "2024-01-17T22:13:10.783909-05:00",
            "created_at": "2024-01-15T10:23:23.567946-05:00",
            "name": "Dallas Mavericks",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4aae468d-f08d-468e-a29d-579bc353d3f0/?format=api"
        }
    ]
}