GET /api/bet_types/a13bbeea-eebb-4566-a94b-9f9cea14e480/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a13bbeea-eebb-4566-a94b-9f9cea14e480",
    "match": "https://api-prod.gambitprofit.com/api/matches/54a6e3ce-51f4-4cbc-b6a8-1e63af358e09/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-16T09:23:15.112966-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": "LOS (C Kershaw)",
                "amount": 5615.0
            },
            {
                "team": "SEA (B Miller)",
                "amount": 4385.0
            }
        ],
        "expected_reward_tokens": 9601.65,
        "profit_sb": 101.65,
        "profit_sb_percentage": 1.07,
        "recommended": true
    },
    "lines": [
        {
            "id": "234e55a0-571f-4762-b2d6-fb499a044107",
            "gambit_id": "8cee64f2-ef17-447b-91e5-031c1173e184",
            "last_updated": "2023-09-17T11:53:30.455680-04:00",
            "created_at": "2023-09-16T09:23:15.117144-04:00",
            "name": "LOS (C Kershaw)",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a13bbeea-eebb-4566-a94b-9f9cea14e480/?format=api"
        },
        {
            "id": "5dbaf890-98ac-4002-8266-6c55ed16d46e",
            "gambit_id": "4399d575-6b4b-4482-a736-6d62c48325c3",
            "last_updated": "2023-09-17T11:53:30.458957-04:00",
            "created_at": "2023-09-16T09:23:15.121055-04:00",
            "name": "SEA (B Miller)",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a13bbeea-eebb-4566-a94b-9f9cea14e480/?format=api"
        }
    ]
}