GET /api/bet_types/8fd56a3f-ba3f-466f-9dee-4aba7ecb9115/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8fd56a3f-ba3f-466f-9dee-4aba7ecb9115",
    "match": "https://api-prod.gambitprofit.com/api/matches/9eded3d5-c87a-42a7-b7e3-70137f8c3198/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-02-04T10:42:58.040719-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": "Phoenix Suns",
                "amount": 8231.0
            },
            {
                "team": "Washington Wizards",
                "amount": 1769.0
            }
        ],
        "expected_reward_tokens": 9464.15,
        "profit_sb": -35.85,
        "profit_sb_percentage": -0.38,
        "recommended": false
    },
    "lines": [
        {
            "id": "499fdeec-8ea5-4c01-85b0-a676b6493890",
            "gambit_id": "73750dc2-83e7-40f6-b8e5-fb6f7341ba67",
            "last_updated": "2024-02-06T09:28:14.502893-05:00",
            "created_at": "2024-02-04T10:42:58.044635-05:00",
            "name": "Phoenix Suns",
            "reward": "1.15000",
            "odds": "1.15870",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8fd56a3f-ba3f-466f-9dee-4aba7ecb9115/?format=api"
        },
        {
            "id": "6f21d326-0f56-45cb-816a-7714843b8af2",
            "gambit_id": "8db7ee12-aff7-4833-a499-0e188c74a8c5",
            "last_updated": "2024-02-06T09:28:14.506180-05:00",
            "created_at": "2024-02-04T10:42:58.048766-05:00",
            "name": "Washington Wizards",
            "reward": "5.35000",
            "odds": "5.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8fd56a3f-ba3f-466f-9dee-4aba7ecb9115/?format=api"
        }
    ]
}