GET /api/bet_types/543441c1-395a-4036-b519-0b235249e3dc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "543441c1-395a-4036-b519-0b235249e3dc",
    "match": "https://api-prod.gambitprofit.com/api/matches/d3f85c27-cb3b-477e-a180-acc3d17b7ed5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-03T09:27:59.894398-04: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": "MIL (C Burnes)",
                "amount": 6060.0
            },
            {
                "team": "ARI (B Pfaadt)",
                "amount": 3940.0
            }
        ],
        "expected_reward_tokens": 9574.2,
        "profit_sb": 74.2,
        "profit_sb_percentage": 0.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "df94fb3e-4275-49b4-b25e-500476e5ccf4",
            "gambit_id": "05dc0f14-c609-4702-b2e6-3cf7968ca6b4",
            "last_updated": "2023-10-04T10:03:18.836547-04:00",
            "created_at": "2023-10-03T09:27:59.903203-04:00",
            "name": "MIL (C Burnes)",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/543441c1-395a-4036-b519-0b235249e3dc/?format=api"
        },
        {
            "id": "5bef7fdf-49fc-41f6-bf4c-cbe162e1ec0a",
            "gambit_id": "90e86da7-bc0c-4f3e-b53b-a119fc99fc4c",
            "last_updated": "2023-10-04T10:03:18.832568-04:00",
            "created_at": "2023-10-03T09:27:59.899173-04:00",
            "name": "ARI (B Pfaadt)",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/543441c1-395a-4036-b519-0b235249e3dc/?format=api"
        }
    ]
}