GET /api/bet_types/db5065b4-6d75-4db1-9a70-80f6903446f5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "db5065b4-6d75-4db1-9a70-80f6903446f5",
    "match": "https://api-prod.gambitprofit.com/api/matches/047239e4-a741-4cab-91e1-874f7013773e/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-06T09:23:23.878223-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": "Florida Panthers",
                "amount": 6805.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 3195.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "d7b5a3bb-e17b-4ca2-8a33-937263e05e9e",
            "gambit_id": "5b716821-ec43-4215-980a-00aa30df3244",
            "last_updated": "2024-01-09T10:18:16.378808-05:00",
            "created_at": "2024-01-06T09:23:23.882987-05:00",
            "name": "Florida Panthers",
            "reward": "1.39000",
            "odds": "1.40820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/db5065b4-6d75-4db1-9a70-80f6903446f5/?format=api"
        },
        {
            "id": "0f82d8f6-0a0d-4e59-8147-380a8df06837",
            "gambit_id": "dd2bbaa2-c767-4dc4-ab4a-ae3bf91a72f0",
            "last_updated": "2024-01-09T10:18:16.382310-05:00",
            "created_at": "2024-01-06T09:23:23.888560-05:00",
            "name": "Colorado Avalanche",
            "reward": "2.96000",
            "odds": "3.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/db5065b4-6d75-4db1-9a70-80f6903446f5/?format=api"
        }
    ]
}