GET /api/bet_types/eb098f86-c2d1-412f-ae33-4c8989d31a9b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eb098f86-c2d1-412f-ae33-4c8989d31a9b",
    "match": "https://api-prod.gambitprofit.com/api/matches/dacfb6ee-11f9-44ab-ba55-f87a44b771d8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-12T10:03:09.813462-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": "Calgary Flames",
                "amount": 5599.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 4401.0
            }
        ],
        "expected_reward_tokens": 9462.15,
        "profit_sb": -37.85,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "df1d709f-7c1d-4012-bc5a-84f4bc6721a3",
            "gambit_id": "e524e9e9-c4ba-4a34-a394-55642edba079",
            "last_updated": "2023-12-14T10:28:38.155150-05:00",
            "created_at": "2023-12-12T10:03:09.817058-05:00",
            "name": "Calgary Flames",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb098f86-c2d1-412f-ae33-4c8989d31a9b/?format=api"
        },
        {
            "id": "17e2fdf0-aa13-44da-a467-27f73a2b9d44",
            "gambit_id": "3d6a466d-1fa1-4397-9b85-9528b2e38310",
            "last_updated": "2023-12-14T10:28:38.158574-05:00",
            "created_at": "2023-12-12T10:03:09.821123-05:00",
            "name": "Vegas Golden Knights",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb098f86-c2d1-412f-ae33-4c8989d31a9b/?format=api"
        }
    ]
}