GET /api/bet_types/1ebf5a28-28e2-44b1-b4da-138c5b8cdcf6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1ebf5a28-28e2-44b1-b4da-138c5b8cdcf6",
    "match": "https://api-prod.gambitprofit.com/api/matches/811f556e-cb53-40d1-a717-890dae522c5a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-01T12:27:15.961594-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": "New York Rangers",
                "amount": 5000.0
            },
            {
                "team": "New Jersey Devils",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "e4fe7a30-868a-45dc-9deb-2763cdd5db08",
            "gambit_id": "1579fec7-bdb5-4c23-8e13-8b099416b9a9",
            "last_updated": "2023-05-02T11:52:09.170478-04:00",
            "created_at": "2023-05-01T12:27:15.964400-04:00",
            "name": "New York Rangers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ebf5a28-28e2-44b1-b4da-138c5b8cdcf6/?format=api"
        },
        {
            "id": "c0006e8c-0488-474c-a6e9-d5b1b4f440c9",
            "gambit_id": "12140163-34d3-4a90-a3b5-9dc232183e6d",
            "last_updated": "2023-05-02T11:52:09.169140-04:00",
            "created_at": "2023-05-01T12:27:15.962983-04:00",
            "name": "New Jersey Devils",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ebf5a28-28e2-44b1-b4da-138c5b8cdcf6/?format=api"
        }
    ]
}