GET /api/bet_types/cf9f0afd-4299-460f-9942-2e19fb3e30a9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cf9f0afd-4299-460f-9942-2e19fb3e30a9",
    "match": "https://api-prod.gambitprofit.com/api/matches/b3217398-961c-45c4-9686-5b882c4850ce/?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": "LOS (C Kershaw)",
                "amount": 7221.0
            },
            {
                "team": "COL (A Gomber)",
                "amount": 2779.0
            }
        ],
        "expected_reward_tokens": 9531.72,
        "profit_sb": 31.72,
        "profit_sb_percentage": 0.33,
        "recommended": true
    },
    "lines": [
        {
            "id": "0775c920-33aa-4ebc-b389-6ec11ac0d075",
            "gambit_id": "9281a01d-038c-4bb4-8e83-b3029a5bf15e",
            "last_updated": "2022-10-06T10:11:56.123965-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS (C Kershaw)",
            "reward": "1.32000",
            "odds": "1.33330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf9f0afd-4299-460f-9942-2e19fb3e30a9/?format=api"
        },
        {
            "id": "2f5fde2f-f357-4ec7-86d4-95f9f7b05b79",
            "gambit_id": "6e4124d1-0cc4-485e-82f7-7d4f10e77129",
            "last_updated": "2022-10-06T10:11:56.125110-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "COL (A Gomber)",
            "reward": "3.43000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf9f0afd-4299-460f-9942-2e19fb3e30a9/?format=api"
        }
    ]
}