GET /api/bet_types/1f7287ef-1826-4ca2-9ffd-94b742b9e81f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1f7287ef-1826-4ca2-9ffd-94b742b9e81f",
    "match": "https://api-prod.gambitprofit.com/api/matches/5123e40f-83cb-479e-b56a-65d4b4dfaded/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-16T12:17:26.754895-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 (J Urias)",
                "amount": 6682.0
            },
            {
                "team": "CHC (D Smyly)",
                "amount": 3318.0
            }
        ],
        "expected_reward_tokens": 9488.44,
        "profit_sb": -11.56,
        "profit_sb_percentage": -0.12,
        "recommended": false
    },
    "lines": [
        {
            "id": "1f09d70e-364c-4d9d-8153-6cd5e2215373",
            "gambit_id": "5188f3fb-63dd-42b0-8f6c-23e0361afc6b",
            "last_updated": "2023-04-18T12:12:05.881770-04:00",
            "created_at": "2023-04-16T12:17:26.757365-04:00",
            "name": "LOS (J Urias)",
            "reward": "1.42000",
            "odds": "1.44440",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f7287ef-1826-4ca2-9ffd-94b742b9e81f/?format=api"
        },
        {
            "id": "4fbde4c1-e613-45d3-9080-9138cf43cde5",
            "gambit_id": "9651f935-48e5-48a4-aa10-5823a33b59da",
            "last_updated": "2023-04-18T12:12:05.883220-04:00",
            "created_at": "2023-04-16T12:17:26.759941-04:00",
            "name": "CHC (D Smyly)",
            "reward": "2.86000",
            "odds": "2.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f7287ef-1826-4ca2-9ffd-94b742b9e81f/?format=api"
        }
    ]
}