GET /api/bet_types/9324f4a0-e98b-4ef0-844c-3243ab9f5de0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9324f4a0-e98b-4ef0-844c-3243ab9f5de0",
    "match": "https://api-prod.gambitprofit.com/api/matches/74302220-bb42-4253-9e32-8e31f1b99c6b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-05T08:33:19.003433-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": "PHI (C Sanchez)",
                "amount": 6682.0
            },
            {
                "team": "KAN (A Marsh)",
                "amount": 3318.0
            }
        ],
        "expected_reward_tokens": 9488.44,
        "profit_sb": -11.56,
        "profit_sb_percentage": -0.12,
        "recommended": false
    },
    "lines": [
        {
            "id": "7a51a022-d5d9-42a7-bffc-60e1870fc137",
            "gambit_id": "aacfdd8d-f771-4029-abe4-b89c68d5cc2d",
            "last_updated": "2023-08-07T14:58:05.765142-04:00",
            "created_at": "2023-08-05T08:33:19.015033-04:00",
            "name": "PHI (C Sanchez)",
            "reward": "1.42000",
            "odds": "1.44440",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9324f4a0-e98b-4ef0-844c-3243ab9f5de0/?format=api"
        },
        {
            "id": "0892903c-1b1b-4ca8-8770-08250c6e7bd0",
            "gambit_id": "449be821-f6ac-4330-8215-96f1b6c041b8",
            "last_updated": "2023-08-07T14:58:05.761903-04:00",
            "created_at": "2023-08-05T08:33:19.009461-04:00",
            "name": "KAN (A Marsh)",
            "reward": "2.86000",
            "odds": "2.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9324f4a0-e98b-4ef0-844c-3243ab9f5de0/?format=api"
        }
    ]
}