GET /api/bet_types/6e24de74-67ef-4e7d-8d4d-8f5ba387af73/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6e24de74-67ef-4e7d-8d4d-8f5ba387af73",
    "match": "https://api-prod.gambitprofit.com/api/matches/13d70743-096d-433b-a250-5bbcda6ef356/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-15T08:47:22.297516-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": "Philadelphia 76ers",
                "amount": 5316.0
            },
            {
                "team": "Cleveland Cavaliers",
                "amount": 4684.0
            }
        ],
        "expected_reward_tokens": 9461.68,
        "profit_sb": -38.32,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "33889c36-b2d9-4e41-b90e-ccbc4b3e2568",
            "gambit_id": "cc2359b6-594f-481d-b636-a43407389c66",
            "last_updated": "2023-02-16T16:52:02.575637-05:00",
            "created_at": "2023-02-15T08:47:22.298717-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.78000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e24de74-67ef-4e7d-8d4d-8f5ba387af73/?format=api"
        },
        {
            "id": "d8d1a59c-252a-4e6d-a8bd-ecff75e670a8",
            "gambit_id": "f34511db-380a-4de4-8b21-12c0a6b00e6d",
            "last_updated": "2023-02-16T16:52:02.576956-05:00",
            "created_at": "2023-02-15T08:47:22.299987-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "2.02000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e24de74-67ef-4e7d-8d4d-8f5ba387af73/?format=api"
        }
    ]
}