GET /api/bet_types/9bf07c48-777f-4de5-8658-5c381b98eff6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9bf07c48-777f-4de5-8658-5c381b98eff6",
    "match": "https://api-prod.gambitprofit.com/api/matches/ccaad5d5-ad33-443b-846a-54a82d3c9215/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-05T09:32:58.296366-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": "Chicago Bulls",
                "amount": 7480.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 2520.0
            }
        ],
        "expected_reward_tokens": 9499.6,
        "profit_sb": -0.4,
        "profit_sb_percentage": -0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "3750964f-c2d2-4059-8c83-dfcd7c9d75d3",
            "gambit_id": "4355dfa3-6d79-4039-b4d4-152afb29be75",
            "last_updated": "2024-01-08T14:43:15.468948-05:00",
            "created_at": "2024-01-05T09:32:58.303868-05:00",
            "name": "Chicago Bulls",
            "reward": "1.27000",
            "odds": "1.27780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9bf07c48-777f-4de5-8658-5c381b98eff6/?format=api"
        },
        {
            "id": "b8505892-4630-4c03-9d31-6bddb3a40dbe",
            "gambit_id": "61c8f11a-5583-45c8-a88e-6572d634c17f",
            "last_updated": "2024-01-08T14:43:15.454089-05:00",
            "created_at": "2024-01-05T09:32:58.299952-05:00",
            "name": "Charlotte Hornets",
            "reward": "3.77000",
            "odds": "3.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9bf07c48-777f-4de5-8658-5c381b98eff6/?format=api"
        }
    ]
}