GET /api/bet_types/e1fb3bec-d6a2-46b9-a0e1-7c295d50694d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e1fb3bec-d6a2-46b9-a0e1-7c295d50694d",
    "match": "https://api-prod.gambitprofit.com/api/matches/26aab289-94b3-4df0-b6f1-c6713a1448d4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-31T09:58:22.211511-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": "Milwaukee Bucks",
                "amount": 8033.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 1967.0
            }
        ],
        "expected_reward_tokens": 9478.94,
        "profit_sb": -21.06,
        "profit_sb_percentage": -0.22,
        "recommended": false
    },
    "lines": [
        {
            "id": "708ca3e3-b91d-4d59-a42e-624b72d06827",
            "gambit_id": "49e55a49-c33b-4b9c-b4d4-5be1b88aa9ad",
            "last_updated": "2024-02-01T10:38:00.369883-05:00",
            "created_at": "2024-01-31T09:58:22.215797-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.18000",
            "odds": "1.18870",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1fb3bec-d6a2-46b9-a0e1-7c295d50694d/?format=api"
        },
        {
            "id": "a34b1da7-3714-4065-8b0c-a82b09a5a16e",
            "gambit_id": "c7438dca-e3f0-4a1b-b079-3df43cd91f05",
            "last_updated": "2024-02-01T10:38:00.373225-05:00",
            "created_at": "2024-01-31T09:58:22.220629-05:00",
            "name": "Portland Trail Blazers",
            "reward": "4.82000",
            "odds": "5.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1fb3bec-d6a2-46b9-a0e1-7c295d50694d/?format=api"
        }
    ]
}