GET /api/bet_types/4dbe2ef2-bddd-4820-86f9-014b9f18131b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4dbe2ef2-bddd-4820-86f9-014b9f18131b",
    "match": "https://api-prod.gambitprofit.com/api/matches/c481ed52-e90a-495e-9947-dc573a14d537/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-25T09:13:07.538760-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": "Orlando Magic",
                "amount": 6222.0
            },
            {
                "team": "Houston Rockets",
                "amount": 3778.0
            }
        ],
        "expected_reward_tokens": 9519.66,
        "profit_sb": 19.66,
        "profit_sb_percentage": 0.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "1a034949-1547-4bfd-a671-302cb72c909e",
            "gambit_id": "24d96246-afc5-4fde-9050-1ebdbea97eaf",
            "last_updated": "2023-10-26T10:48:11.238272-04:00",
            "created_at": "2023-10-25T09:13:07.547376-04:00",
            "name": "Orlando Magic",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4dbe2ef2-bddd-4820-86f9-014b9f18131b/?format=api"
        },
        {
            "id": "aa7ce884-f45d-4d35-9a66-c77699c84f82",
            "gambit_id": "fb6d5c77-2865-46cd-93e0-8d210a4360f3",
            "last_updated": "2023-10-26T10:48:11.234951-04:00",
            "created_at": "2023-10-25T09:13:07.543337-04:00",
            "name": "Houston Rockets",
            "reward": "2.52000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4dbe2ef2-bddd-4820-86f9-014b9f18131b/?format=api"
        }
    ]
}