GET /api/bet_types/39e3c1f9-66ce-4bd1-bf28-aeba7957815e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "39e3c1f9-66ce-4bd1-bf28-aeba7957815e",
    "match": "https://api-prod.gambitprofit.com/api/matches/5e701cb7-5131-42c4-82c0-05f6ee8d4cb9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-28T09:58:22.075544-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": "Chicago Bulls",
                "amount": 6554.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 3446.0
            }
        ],
        "expected_reward_tokens": 9372.22,
        "profit_sb": -127.78,
        "profit_sb_percentage": -1.35,
        "recommended": false
    },
    "lines": [
        {
            "id": "c6b2d005-732b-4d5b-95d9-cb0eba65c74e",
            "gambit_id": "63f224a3-881d-42f1-ba9f-872c583b30da",
            "last_updated": "2024-01-29T22:18:12.985229-05:00",
            "created_at": "2024-01-28T09:58:22.081132-05:00",
            "name": "Chicago Bulls",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/39e3c1f9-66ce-4bd1-bf28-aeba7957815e/?format=api"
        },
        {
            "id": "cd404805-0595-46c0-9624-457a5773cfd5",
            "gambit_id": "8114b93e-7249-4a52-b2f0-83f8930aa6ca",
            "last_updated": "2024-01-29T22:18:12.988805-05:00",
            "created_at": "2024-01-28T09:58:22.087457-05:00",
            "name": "Portland Trail Blazers",
            "reward": "2.72000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/39e3c1f9-66ce-4bd1-bf28-aeba7957815e/?format=api"
        }
    ]
}