GET /api/bet_types/45c8438c-4523-44f3-a5e1-4ae4efdfadec/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "45c8438c-4523-44f3-a5e1-4ae4efdfadec",
    "match": "https://api-prod.gambitprofit.com/api/matches/d1092d23-1fcb-467f-9b6f-8a69770de30d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-02-02T09:58:20.611318-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": "Golden State Warriors",
                "amount": 7197.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 2803.0
            }
        ],
        "expected_reward_tokens": 9500.04,
        "profit_sb": 0.04,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "6175e373-7788-42a6-857d-885455eac79f",
            "gambit_id": "06456bfc-ab06-4413-9090-8268051b719d",
            "last_updated": "2024-02-03T10:32:56.814922-05:00",
            "created_at": "2024-02-02T09:58:20.615504-05:00",
            "name": "Golden State Warriors",
            "reward": "1.32000",
            "odds": "1.33330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/45c8438c-4523-44f3-a5e1-4ae4efdfadec/?format=api"
        },
        {
            "id": "9a3b648d-50b7-4f1a-95ae-4caf89c5134c",
            "gambit_id": "426c373a-6e10-46f5-a6d4-6a95e45bf398",
            "last_updated": "2024-02-03T10:32:56.818247-05:00",
            "created_at": "2024-02-02T09:58:20.620255-05:00",
            "name": "Memphis Grizzlies",
            "reward": "3.39000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/45c8438c-4523-44f3-a5e1-4ae4efdfadec/?format=api"
        }
    ]
}