GET /api/bet_types/25381836-8636-4c2e-aa74-2086e484eda6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "25381836-8636-4c2e-aa74-2086e484eda6",
    "match": "https://api-prod.gambitprofit.com/api/matches/91535851-194d-48b0-bf94-7625e56195d3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-23T12:41:47.854561-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": 6070.0
            },
            {
                "team": "BOS (B Bello)",
                "amount": 3930.0
            }
        ],
        "expected_reward_tokens": 9589.2,
        "profit_sb": 89.2,
        "profit_sb_percentage": 0.94,
        "recommended": true
    },
    "lines": [
        {
            "id": "ad6baccf-c49a-498e-a4e0-5b60e1ac64bf",
            "gambit_id": "2a09ca51-cd47-4cca-958f-29dc0066d9ff",
            "last_updated": "2023-04-24T13:02:15.038488-04:00",
            "created_at": "2023-04-23T12:41:47.856159-04:00",
            "name": "MIL (C Burnes)",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25381836-8636-4c2e-aa74-2086e484eda6/?format=api"
        },
        {
            "id": "f434bcad-ce8e-4b3f-9551-cac1250a5881",
            "gambit_id": "809f20db-0f5a-480c-971e-9ff948f5c8c0",
            "last_updated": "2023-04-24T13:02:15.040590-04:00",
            "created_at": "2023-04-23T12:41:47.857770-04:00",
            "name": "BOS (B Bello)",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25381836-8636-4c2e-aa74-2086e484eda6/?format=api"
        }
    ]
}