GET /api/bet_types/7ff51310-96db-40f9-b49e-9f57aeba03af/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7ff51310-96db-40f9-b49e-9f57aeba03af",
    "match": "https://api-prod.gambitprofit.com/api/matches/956372a2-50c8-4101-855c-651583da66bc/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-27T09:18:10.498121-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": "Colorado Avalanche",
                "amount": 5512.0
            },
            {
                "team": "Tampa Bay Lightning",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "f2d2b939-68ad-4b0a-b033-75a3d29548c5",
            "gambit_id": "d3a94a29-a620-4140-a505-25fd6360affe",
            "last_updated": "2023-11-28T21:38:00.350179-05:00",
            "created_at": "2023-11-27T09:18:10.506063-05:00",
            "name": "Colorado Avalanche",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7ff51310-96db-40f9-b49e-9f57aeba03af/?format=api"
        },
        {
            "id": "769ab9be-b9bb-4e62-b09a-3af08695df63",
            "gambit_id": "f29b32e4-502f-4edb-8e3e-543e8c8ee487",
            "last_updated": "2023-11-28T21:38:00.346808-05:00",
            "created_at": "2023-11-27T09:18:10.502223-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7ff51310-96db-40f9-b49e-9f57aeba03af/?format=api"
        }
    ]
}