GET /api/bet_types/97392f88-2bfc-4889-bd36-f4e90f3a9f16/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "97392f88-2bfc-4889-bd36-f4e90f3a9f16",
    "match": "https://api-prod.gambitprofit.com/api/matches/1c088ba2-9c1a-4f6a-84fe-3e8e7a6be7fe/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-28T17:53:17.408450-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": "STL (J Montgomery)",
                "amount": 5970.0
            },
            {
                "team": "CHC (H Wesneski)",
                "amount": 4030.0
            }
        ],
        "expected_reward_tokens": 9551.1,
        "profit_sb": 51.1,
        "profit_sb_percentage": 0.54,
        "recommended": true
    },
    "lines": [
        {
            "id": "5f7cc1d7-5fae-49c5-b4dd-a33ce6c75e30",
            "gambit_id": "fe6fd109-337e-4989-8b6c-6cc63dbd037c",
            "last_updated": "2023-07-29T19:38:36.337307-04:00",
            "created_at": "2023-07-28T17:53:17.424640-04:00",
            "name": "STL (J Montgomery)",
            "reward": "1.60000",
            "odds": "1.63290",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97392f88-2bfc-4889-bd36-f4e90f3a9f16/?format=api"
        },
        {
            "id": "6aa607a0-1199-4a3d-a1fc-6676dd64d059",
            "gambit_id": "4d89bbcd-146c-4962-bb67-163683f031e0",
            "last_updated": "2023-07-29T19:38:36.333478-04:00",
            "created_at": "2023-07-28T17:53:17.417018-04:00",
            "name": "CHC (H Wesneski)",
            "reward": "2.37000",
            "odds": "2.43000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97392f88-2bfc-4889-bd36-f4e90f3a9f16/?format=api"
        }
    ]
}