GET /api/bet_types/4a3477ac-ad99-4340-b399-c86579e361c6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4a3477ac-ad99-4340-b399-c86579e361c6",
    "match": "https://api-prod.gambitprofit.com/api/matches/b73904a7-cf27-4482-96db-912663848ff6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-18T10:18:21.272698-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": "Edmonton Oilers",
                "amount": 6643.0
            },
            {
                "team": "Seattle Kraken",
                "amount": 3357.0
            }
        ],
        "expected_reward_tokens": 9433.06,
        "profit_sb": -66.94,
        "profit_sb_percentage": -0.7,
        "recommended": false
    },
    "lines": [
        {
            "id": "693cf592-7b21-4e06-aaa4-1f95db8e038f",
            "gambit_id": "c0667bee-9d93-44cb-8be2-d188229fd1e9",
            "last_updated": "2024-01-19T20:33:11.641104-05:00",
            "created_at": "2024-01-18T10:18:21.286664-05:00",
            "name": "Edmonton Oilers",
            "reward": "1.42000",
            "odds": "1.43480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a3477ac-ad99-4340-b399-c86579e361c6/?format=api"
        },
        {
            "id": "c49b69b8-7912-42f4-9a9b-c743cee93c32",
            "gambit_id": "5795b00e-27de-4375-a5b3-89a78ebaa5b4",
            "last_updated": "2024-01-19T20:33:11.637824-05:00",
            "created_at": "2024-01-18T10:18:21.281325-05:00",
            "name": "Seattle Kraken",
            "reward": "2.81000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a3477ac-ad99-4340-b399-c86579e361c6/?format=api"
        }
    ]
}