GET /api/bet_types/c0838c7f-79ef-4ad3-88d4-c76abd337ff9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c0838c7f-79ef-4ad3-88d4-c76abd337ff9",
    "match": "https://api-prod.gambitprofit.com/api/matches/02bf1e66-777c-4bef-a65b-89b847f73c57/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-15T09:23:02.880734-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": "TAM (Z Eflin)",
                "amount": 5389.0
            },
            {
                "team": "BAL (J Flaherty)",
                "amount": 4611.0
            }
        ],
        "expected_reward_tokens": 9590.88,
        "profit_sb": 90.88,
        "profit_sb_percentage": 0.96,
        "recommended": true
    },
    "lines": [
        {
            "id": "3860ea62-cd54-4cc8-9c14-7d3642a9d6fa",
            "gambit_id": "0e1fa60a-8f78-4186-91bf-7aa672d6ffe7",
            "last_updated": "2023-09-16T10:28:08.475485-04:00",
            "created_at": "2023-09-15T09:23:02.885152-04:00",
            "name": "TAM (Z Eflin)",
            "reward": "1.78000",
            "odds": "1.81300",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0838c7f-79ef-4ad3-88d4-c76abd337ff9/?format=api"
        },
        {
            "id": "623e3900-2b5d-49c9-830e-a1c4885175b9",
            "gambit_id": "c0ed8958-43ce-4525-b510-d2cdf47113b9",
            "last_updated": "2023-09-16T10:28:08.479936-04:00",
            "created_at": "2023-09-15T09:23:02.889305-04:00",
            "name": "BAL (J Flaherty)",
            "reward": "2.08000",
            "odds": "2.13000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0838c7f-79ef-4ad3-88d4-c76abd337ff9/?format=api"
        }
    ]
}