GET /api/bet_types/1032169a-e38c-4167-b134-bad092d329b6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1032169a-e38c-4167-b134-bad092d329b6",
    "match": "https://api-prod.gambitprofit.com/api/matches/6730f8d6-5205-4e74-8560-b284843f9715/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-13T09:11:48.333264-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": "Chicago Bulls",
                "amount": 6166.0
            },
            {
                "team": "Oklahoma City Thunder",
                "amount": 3834.0
            }
        ],
        "expected_reward_tokens": 9124.92,
        "profit_sb": 124.92,
        "profit_sb_percentage": 1.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "d28b1c63-d6e3-4cd9-b65f-1c053209583e",
            "gambit_id": "81ceedf5-4864-4cad-882d-0cdd68f8381e",
            "last_updated": "2023-01-14T12:07:01.026906-05:00",
            "created_at": "2023-01-13T09:11:48.334380-05:00",
            "name": "Chicago Bulls",
            "reward": "1.48000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1032169a-e38c-4167-b134-bad092d329b6/?format=api"
        },
        {
            "id": "35b19d90-3c34-4a3a-868e-128203cca393",
            "gambit_id": "b982b6bc-ecf3-4fc5-acd3-ff9d7faffb03",
            "last_updated": "2023-01-14T12:07:01.029952-05:00",
            "created_at": "2023-01-13T09:11:48.335585-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "2.38000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1032169a-e38c-4167-b134-bad092d329b6/?format=api"
        }
    ]
}