GET /api/bet_types/9258ff99-0d57-4a6e-a325-6858ee456ec2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9258ff99-0d57-4a6e-a325-6858ee456ec2",
    "match": "https://api-prod.gambitprofit.com/api/matches/4ab0696e-644e-4ba4-a0a3-61382ca0eff1/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "New York Islanders",
                "amount": 6584.0
            },
            {
                "team": "Philadelphia Flyers",
                "amount": 3416.0
            }
        ],
        "expected_reward_tokens": 9085.92,
        "profit_sb": 85.92,
        "profit_sb_percentage": 0.95,
        "recommended": true
    },
    "lines": [
        {
            "id": "62ada3c5-b9f6-4983-b1e2-63f5e8a3ec10",
            "gambit_id": "9f01aaf4-a104-43c7-ab96-088e935ea811",
            "last_updated": "2022-11-28T11:21:55.533529-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Islanders",
            "reward": "1.38000",
            "odds": "1.43480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9258ff99-0d57-4a6e-a325-6858ee456ec2/?format=api"
        },
        {
            "id": "d06bedc4-be72-4c6e-bd11-3675bc6c191e",
            "gambit_id": "445f0e78-5ef3-4268-9509-73a6cf066e47",
            "last_updated": "2022-11-28T11:21:55.534505-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia Flyers",
            "reward": "2.66000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9258ff99-0d57-4a6e-a325-6858ee456ec2/?format=api"
        }
    ]
}