GET /api/bet_types/d4596cd9-0bfe-4574-bb57-2e6bf606f78d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d4596cd9-0bfe-4574-bb57-2e6bf606f78d",
    "match": "https://api-prod.gambitprofit.com/api/matches/27ee14ba-5775-4092-81b7-456694551fef/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-02T08:28:14.203178-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": "Utah Jazz",
                "amount": 5317.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "c9bd2451-3618-4184-82b9-75501df5a3ad",
            "gambit_id": "9b06d82d-8c9e-44d5-8f25-dc30fb0f450a",
            "last_updated": "2023-12-04T15:13:29.824799-05:00",
            "created_at": "2023-12-02T08:28:14.214612-05:00",
            "name": "Utah Jazz",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4596cd9-0bfe-4574-bb57-2e6bf606f78d/?format=api"
        },
        {
            "id": "4d0b8f5f-88f1-4765-ab68-a5c306f77864",
            "gambit_id": "482b5ed9-c6be-476f-8d1f-bc44f52b63eb",
            "last_updated": "2023-12-04T15:13:29.821587-05:00",
            "created_at": "2023-12-02T08:28:14.207877-05:00",
            "name": "Portland Trail Blazers",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4596cd9-0bfe-4574-bb57-2e6bf606f78d/?format=api"
        }
    ]
}