GET /api/bet_types/c6209cf8-b503-4ebd-bbaf-cdbca4f0cbd3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c6209cf8-b503-4ebd-bbaf-cdbca4f0cbd3",
    "match": "https://api-prod.gambitprofit.com/api/matches/1c635437-c7f6-4451-9737-f270a071d029/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-03T10:18:16.649383-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": "Las Vegas Raiders",
                "amount": 5213.0
            },
            {
                "team": "Green Bay Packers",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "99ebf9b6-cffe-4860-bb73-460d9015bc05",
            "gambit_id": "2077f511-d8fd-4b06-a00d-3be75b169efb",
            "last_updated": "2023-10-10T09:48:21.718033-04:00",
            "created_at": "2023-10-03T10:18:16.658811-04:00",
            "name": "Las Vegas Raiders",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6209cf8-b503-4ebd-bbaf-cdbca4f0cbd3/?format=api"
        },
        {
            "id": "8a4ba12d-8d5e-4673-b0d9-c628a6b77ec3",
            "gambit_id": "efadc2df-f054-4278-8f26-6332cced975d",
            "last_updated": "2023-10-10T09:48:21.714233-04:00",
            "created_at": "2023-10-03T10:18:16.653831-04:00",
            "name": "Green Bay Packers",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6209cf8-b503-4ebd-bbaf-cdbca4f0cbd3/?format=api"
        }
    ]
}