GET /api/bet_types/6ee93b4f-bc62-4cc4-a5b1-8bf94a1bbf5d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6ee93b4f-bc62-4cc4-a5b1-8bf94a1bbf5d",
    "match": "https://api-prod.gambitprofit.com/api/matches/60b2ab11-c4ce-446c-b5c1-62573db6dc2d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-16T09:28:09.106276-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": "Detroit Lions",
                "amount": 7629.0
            },
            {
                "team": "Chicago Bears",
                "amount": 2371.0
            }
        ],
        "expected_reward_tokens": 9459.96,
        "profit_sb": -40.04,
        "profit_sb_percentage": -0.42,
        "recommended": false
    },
    "lines": [
        {
            "id": "32a22e8e-04a9-4e01-ae3d-4902d086eb2f",
            "gambit_id": "8ea91014-7234-4b82-96d4-e73eaeded27b",
            "last_updated": "2023-11-20T19:48:02.614423-05:00",
            "created_at": "2023-11-16T09:28:09.114028-05:00",
            "name": "Detroit Lions",
            "reward": "1.24000",
            "odds": "1.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ee93b4f-bc62-4cc4-a5b1-8bf94a1bbf5d/?format=api"
        },
        {
            "id": "58331cae-6f55-47d9-b49d-e964d8e20b47",
            "gambit_id": "5d101684-d3dd-47f7-8b19-7c93644a74d9",
            "last_updated": "2023-11-20T19:48:02.611177-05:00",
            "created_at": "2023-11-16T09:28:09.110339-05:00",
            "name": "Chicago Bears",
            "reward": "3.99000",
            "odds": "4.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ee93b4f-bc62-4cc4-a5b1-8bf94a1bbf5d/?format=api"
        }
    ]
}