GET /api/bet_types/656e73f6-98df-4124-bea7-2b1af16f12c7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "656e73f6-98df-4124-bea7-2b1af16f12c7",
    "match": "https://api-prod.gambitprofit.com/api/matches/341851fe-5b3f-481d-81c6-5442195ddbeb/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-11T09:38:14.008396-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": "Edmonton Oilers",
                "amount": 5939.0
            },
            {
                "team": "Detroit Red Wings",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "ab4e8c68-858a-45be-87fa-bcce146d1f3f",
            "gambit_id": "9c3bfd65-2bcf-4b32-9a90-60995b82efcf",
            "last_updated": "2024-01-15T09:48:16.287131-05:00",
            "created_at": "2024-01-11T09:38:14.016652-05:00",
            "name": "Edmonton Oilers",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/656e73f6-98df-4124-bea7-2b1af16f12c7/?format=api"
        },
        {
            "id": "c2d1858f-3a06-42ce-934b-6cfeec82e30a",
            "gambit_id": "9ac5e4d5-790c-4185-a1ab-0e38f4ee0418",
            "last_updated": "2024-01-15T09:48:16.290523-05:00",
            "created_at": "2024-01-11T09:38:14.022104-05:00",
            "name": "Detroit Red Wings",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/656e73f6-98df-4124-bea7-2b1af16f12c7/?format=api"
        }
    ]
}