GET /api/bet_types/247b9202-10a3-4c35-96ee-0fd56a9f0580/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "247b9202-10a3-4c35-96ee-0fd56a9f0580",
    "match": "https://api-prod.gambitprofit.com/api/matches/749187f5-5c2d-4856-a728-0af588f3eae7/?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": "Washington State",
                "amount": 6312.0
            },
            {
                "team": "California",
                "amount": 3688.0
            }
        ],
        "expected_reward_tokens": 9404.4,
        "profit_sb": -95.6,
        "profit_sb_percentage": -1.01,
        "recommended": false
    },
    "lines": [
        {
            "id": "b9e11587-37f0-46c3-984c-c39856198c66",
            "gambit_id": "6b056afb-2f8a-46e8-bc0d-a0127bf0c80f",
            "last_updated": "2022-10-03T10:57:18.671066-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington State",
            "reward": "1.49000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/247b9202-10a3-4c35-96ee-0fd56a9f0580/?format=api"
        },
        {
            "id": "0b7f0e38-37b4-4dbd-8c00-d45aa4383c87",
            "gambit_id": "3354e5f5-7d07-4bce-bb70-fac550752eb4",
            "last_updated": "2022-10-03T10:57:18.672045-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "California",
            "reward": "2.55000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/247b9202-10a3-4c35-96ee-0fd56a9f0580/?format=api"
        }
    ]
}