GET /api/bet_types/e2272df5-6c32-4c38-8c59-f19bbc252b3f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e2272df5-6c32-4c38-8c59-f19bbc252b3f",
    "match": "https://api-prod.gambitprofit.com/api/matches/bad43ddf-6ec3-4305-b713-fdd50fcd58d8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-25T09:07:03.262601-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": 5106.0
            },
            {
                "team": "Philadelphia 76ers",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "7a85bc41-ec72-43ac-a4db-31ab030fd73d",
            "gambit_id": "90b69391-09ce-4b1f-8129-24587c698a38",
            "last_updated": "2023-02-26T11:41:54.435671-05:00",
            "created_at": "2023-02-25T09:07:03.265019-05:00",
            "name": "Boston Celtics",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2272df5-6c32-4c38-8c59-f19bbc252b3f/?format=api"
        },
        {
            "id": "8272629a-1c39-44ca-8031-b3b5f09e9636",
            "gambit_id": "24a0e4fc-358a-4880-8d20-85e59ab6a851",
            "last_updated": "2023-02-26T11:41:54.434537-05:00",
            "created_at": "2023-02-25T09:07:03.263758-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2272df5-6c32-4c38-8c59-f19bbc252b3f/?format=api"
        }
    ]
}