GET /api/bet_types/a9d467db-8654-4ff1-8e8a-7d30b2525fc7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a9d467db-8654-4ff1-8e8a-7d30b2525fc7",
    "match": "https://api-prod.gambitprofit.com/api/matches/be3910f5-b22e-4dc1-a79c-2db36b5c48e6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-14T05:58:10.561267-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": "SDG (M Wacha)",
                "amount": 6035.0
            },
            {
                "team": "CLE (A Civale)",
                "amount": 3965.0
            }
        ],
        "expected_reward_tokens": 9595.3,
        "profit_sb": 95.3,
        "profit_sb_percentage": 1.0,
        "recommended": true
    },
    "lines": [
        {
            "id": "1757340e-9e7a-4fb5-8269-aab910299569",
            "gambit_id": "d5c6ba00-b542-4abb-81b8-5711eb42031b",
            "last_updated": "2023-06-15T23:23:31.998446-04:00",
            "created_at": "2023-06-14T05:58:10.565396-04:00",
            "name": "SDG (M Wacha)",
            "reward": "1.59000",
            "odds": "1.61350",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a9d467db-8654-4ff1-8e8a-7d30b2525fc7/?format=api"
        },
        {
            "id": "ddb70cca-7178-4266-83de-53f35342cf1a",
            "gambit_id": "83806f1e-7433-465f-8b66-8cd4ac29818d",
            "last_updated": "2023-06-15T23:23:31.997115-04:00",
            "created_at": "2023-06-14T05:58:10.563248-04:00",
            "name": "CLE (A Civale)",
            "reward": "2.42000",
            "odds": "2.48000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a9d467db-8654-4ff1-8e8a-7d30b2525fc7/?format=api"
        }
    ]
}