GET /api/bet_types/c3111104-781c-4bdf-8974-ad26911c2c53/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c3111104-781c-4bdf-8974-ad26911c2c53",
    "match": "https://api-prod.gambitprofit.com/api/matches/74b1563e-44ca-488e-a398-1d48c63d88e1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-13T09:38:16.836126-05: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": "Vegas Golden Knights",
                "amount": 5107.0
            },
            {
                "team": "Calgary Flames",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "fd1b06fb-a3c7-454a-ae8a-e0fc3c3566de",
            "gambit_id": "370cf370-3bf0-4eb5-b874-baa41bfd57c8",
            "last_updated": "2024-01-16T14:18:22.491069-05:00",
            "created_at": "2024-01-13T09:38:16.844819-05:00",
            "name": "Vegas Golden Knights",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3111104-781c-4bdf-8974-ad26911c2c53/?format=api"
        },
        {
            "id": "9c66ebe8-9bd7-424a-b3ea-725cd824c427",
            "gambit_id": "23e415ac-e612-47a5-8363-023d5b982291",
            "last_updated": "2024-01-16T14:18:22.494361-05:00",
            "created_at": "2024-01-13T09:38:16.839795-05:00",
            "name": "Calgary Flames",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3111104-781c-4bdf-8974-ad26911c2c53/?format=api"
        }
    ]
}