GET /api/bet_types/3b4120f4-ceb0-4c70-9395-aa5298f6859b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3b4120f4-ceb0-4c70-9395-aa5298f6859b",
    "match": "https://api-prod.gambitprofit.com/api/matches/36691605-349f-43f1-9d3c-e17362e1f0e8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-27T09:43:12.745289-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": "Los Angeles Rams",
                "amount": 7106.0
            },
            {
                "team": "New York Giants",
                "amount": 2894.0
            }
        ],
        "expected_reward_tokens": 9521.26,
        "profit_sb": 21.26,
        "profit_sb_percentage": 0.22,
        "recommended": true
    },
    "lines": [
        {
            "id": "e7b8275e-ef60-4dce-ae78-71c7d65507fd",
            "gambit_id": "70acbc6d-7676-4a5d-a7e6-e4dc967b0c09",
            "last_updated": "2024-01-02T10:43:10.767804-05:00",
            "created_at": "2023-12-27T09:43:12.749374-05:00",
            "name": "Los Angeles Rams",
            "reward": "1.34000",
            "odds": "1.35710",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b4120f4-ceb0-4c70-9395-aa5298f6859b/?format=api"
        },
        {
            "id": "e4dc398b-d016-4582-bedb-97bcdff4bbc5",
            "gambit_id": "f3559a64-38f7-41e2-8526-ab20134d2311",
            "last_updated": "2024-01-02T10:43:10.764328-05:00",
            "created_at": "2023-12-27T09:43:12.753628-05:00",
            "name": "New York Giants",
            "reward": "3.29000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b4120f4-ceb0-4c70-9395-aa5298f6859b/?format=api"
        }
    ]
}