GET /api/bet_types/9f050775-b0c0-4d8c-8408-a43252ed7ab2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9f050775-b0c0-4d8c-8408-a43252ed7ab2",
    "match": "https://api-prod.gambitprofit.com/api/matches/6e5ff831-8a19-4306-8883-802a1830534c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-16T09:47:06.889544-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": "CLE (S Bieber)",
                "amount": 5377.0
            },
            {
                "team": "CWS (L Lynn)",
                "amount": 4623.0
            }
        ],
        "expected_reward_tokens": 9569.61,
        "profit_sb": 69.61,
        "profit_sb_percentage": 0.73,
        "recommended": true
    },
    "lines": [
        {
            "id": "67d5149e-408a-4299-8342-a7fd8753d5c9",
            "gambit_id": "4be06e3e-2279-4262-9249-455db2e345e8",
            "last_updated": "2023-05-18T11:47:15.359090-04:00",
            "created_at": "2023-05-16T09:47:06.893758-04:00",
            "name": "CLE (S Bieber)",
            "reward": "1.78000",
            "odds": "1.81970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f050775-b0c0-4d8c-8408-a43252ed7ab2/?format=api"
        },
        {
            "id": "58fabd7d-4162-4b7d-877c-378befb11b5b",
            "gambit_id": "7f681b1b-b1c8-4b50-88e4-634b1df24adf",
            "last_updated": "2023-05-18T11:47:15.357897-04:00",
            "created_at": "2023-05-16T09:47:06.891507-04:00",
            "name": "CWS (L Lynn)",
            "reward": "2.07000",
            "odds": "2.12000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f050775-b0c0-4d8c-8408-a43252ed7ab2/?format=api"
        }
    ]
}