GET /api/bet_types/f56c9126-6907-4fa8-9a4c-745699a35957/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f56c9126-6907-4fa8-9a4c-745699a35957",
    "match": "https://api-prod.gambitprofit.com/api/matches/7eff04a5-2db0-4c62-83a3-d87f46e9058b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-24T12:36:53.150376-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": "Boston Celtics",
                "amount": 6472.0
            },
            {
                "team": "Milwaukee Bucks",
                "amount": 3528.0
            }
        ],
        "expected_reward_tokens": 8996.08,
        "profit_sb": -3.92,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "90a9c5e8-19d1-4272-9763-a103cd4fbdab",
            "gambit_id": "b6c194f0-5d15-4b21-a158-33c39d930c1b",
            "last_updated": "2022-12-27T10:17:02.436744-05:00",
            "created_at": "2022-12-24T12:36:53.151552-05:00",
            "name": "Boston Celtics",
            "reward": "1.39000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f56c9126-6907-4fa8-9a4c-745699a35957/?format=api"
        },
        {
            "id": "e15f5607-6af5-49ca-bb6f-b764f86aacde",
            "gambit_id": "24372f83-8bdd-49f7-a5bd-e36df1b0d8d3",
            "last_updated": "2022-12-27T10:17:02.437869-05:00",
            "created_at": "2022-12-24T12:36:53.152827-05:00",
            "name": "Milwaukee Bucks",
            "reward": "2.55000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f56c9126-6907-4fa8-9a4c-745699a35957/?format=api"
        }
    ]
}