GET /api/bet_types/f4c0607f-da40-4e18-9786-5dc8e7839f5d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f4c0607f-da40-4e18-9786-5dc8e7839f5d",
    "match": "https://api-prod.gambitprofit.com/api/matches/d298e69d-f9ac-43a5-b581-51cee505b838/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-04T09:43:00.508785-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": "Green Bay Packers",
                "amount": 5857.0
            },
            {
                "team": "Chicago Bears",
                "amount": 4143.0
            }
        ],
        "expected_reward_tokens": 9487.47,
        "profit_sb": -12.53,
        "profit_sb_percentage": -0.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "1978bff6-cbfa-40c5-8028-a2e533a834c4",
            "gambit_id": "39ed1aa4-5e92-44ba-9b56-79453d517dd0",
            "last_updated": "2024-01-09T10:28:28.140762-05:00",
            "created_at": "2024-01-04T09:43:00.517219-05:00",
            "name": "Green Bay Packers",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4c0607f-da40-4e18-9786-5dc8e7839f5d/?format=api"
        },
        {
            "id": "36dc0493-69a9-4259-8f6c-5436bcde6ef9",
            "gambit_id": "95f1c17d-110e-4691-8d4b-670f44dfef35",
            "last_updated": "2024-01-09T10:28:28.137558-05:00",
            "created_at": "2024-01-04T09:43:00.512735-05:00",
            "name": "Chicago Bears",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4c0607f-da40-4e18-9786-5dc8e7839f5d/?format=api"
        }
    ]
}