GET /api/bet_types/cc974569-3123-4538-85d8-c1cbefcc979e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cc974569-3123-4538-85d8-c1cbefcc979e",
    "match": "https://api-prod.gambitprofit.com/api/matches/4de961d0-8852-4fe2-9fd7-29f1d9f4d0bb/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-17T11:42:02.011008-04: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": "MIL (C Burnes)",
                "amount": 5787.0
            },
            {
                "team": "SEA (C Flexen)",
                "amount": 4213.0
            }
        ],
        "expected_reward_tokens": 9605.64,
        "profit_sb": 105.64,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "933c6968-c1fe-48f6-86bd-58915184e256",
            "gambit_id": "601487b2-4a6c-4d35-adbd-dee0f0eee8b8",
            "last_updated": "2023-04-18T12:12:09.805546-04:00",
            "created_at": "2023-04-17T11:42:02.016500-04:00",
            "name": "MIL (C Burnes)",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc974569-3123-4538-85d8-c1cbefcc979e/?format=api"
        },
        {
            "id": "975997a7-d757-49b4-98b5-113b68355186",
            "gambit_id": "5b4f9ee4-2654-4866-9203-50cdf2617208",
            "last_updated": "2023-04-18T12:12:09.802961-04:00",
            "created_at": "2023-04-17T11:42:02.013758-04:00",
            "name": "SEA (C Flexen)",
            "reward": "2.28000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc974569-3123-4538-85d8-c1cbefcc979e/?format=api"
        }
    ]
}