GET /api/bet_types/9a05ee1c-04b0-4bfe-83ad-ad59579518d4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9a05ee1c-04b0-4bfe-83ad-ad59579518d4",
    "match": "https://api-prod.gambitprofit.com/api/matches/17ad9df8-db90-43aa-a3cd-8db5ace7b859/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-10T08:33:34.239027-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": "Phoenix Suns",
                "amount": 5515.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 4485.0
            }
        ],
        "expected_reward_tokens": 9373.65,
        "profit_sb": -126.35,
        "profit_sb_percentage": -1.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "c0037b9a-fa40-42c8-b3e3-960069ca413b",
            "gambit_id": "eadc9886-9c45-42ac-9118-bdfcd25b6f6f",
            "last_updated": "2023-11-12T11:18:23.315537-05:00",
            "created_at": "2023-11-10T08:33:34.249048-05:00",
            "name": "Phoenix Suns",
            "reward": "1.70000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a05ee1c-04b0-4bfe-83ad-ad59579518d4/?format=api"
        },
        {
            "id": "7d38a9af-0ce0-49a4-a8e8-3bc1c646c3ce",
            "gambit_id": "fd76bedf-b6ba-44fe-9c90-bc7df45cdc3a",
            "last_updated": "2023-11-12T11:18:23.311892-05:00",
            "created_at": "2023-11-10T08:33:34.243951-05:00",
            "name": "Los Angeles Lakers",
            "reward": "2.09000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a05ee1c-04b0-4bfe-83ad-ad59579518d4/?format=api"
        }
    ]
}