GET /api/bet_types/34d2fbc0-9093-466c-8e0a-717a6691fa3f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "34d2fbc0-9093-466c-8e0a-717a6691fa3f",
    "match": "https://api-prod.gambitprofit.com/api/matches/3b17018d-b757-40a7-8a95-1032b9333528/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-12T10:03:08.561177-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": "Detroit Red Wings",
                "amount": 6458.0
            },
            {
                "team": "St Louis Blues",
                "amount": 3542.0
            }
        ],
        "expected_reward_tokens": 9492.56,
        "profit_sb": -7.44,
        "profit_sb_percentage": -0.08,
        "recommended": false
    },
    "lines": [
        {
            "id": "7c1a70ea-d55d-4a8b-ae1f-38c209ee5c31",
            "gambit_id": "60ad5c57-8626-47d6-a624-e47f338ec7a9",
            "last_updated": "2023-12-14T10:33:29.376956-05:00",
            "created_at": "2023-12-12T10:03:08.564864-05:00",
            "name": "Detroit Red Wings",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34d2fbc0-9093-466c-8e0a-717a6691fa3f/?format=api"
        },
        {
            "id": "2a9a9c58-defb-4fc3-a510-32faff457b82",
            "gambit_id": "f1f6fe8b-7a59-436d-8715-029b945059cd",
            "last_updated": "2023-12-14T10:33:29.380220-05:00",
            "created_at": "2023-12-12T10:03:08.569523-05:00",
            "name": "St Louis Blues",
            "reward": "2.68000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34d2fbc0-9093-466c-8e0a-717a6691fa3f/?format=api"
        }
    ]
}