GET /api/bet_types/85389946-4880-495a-82e0-f1133c921388/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "85389946-4880-495a-82e0-f1133c921388",
    "match": "https://api-prod.gambitprofit.com/api/matches/24e81482-0f05-4a55-a5b5-24452bdf8601/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-28T09:08:08.812527-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 Orleans Pelicans",
                "amount": 5788.0
            },
            {
                "team": "New York Knicks",
                "amount": 4212.0
            }
        ],
        "expected_reward_tokens": 9434.44,
        "profit_sb": -65.56,
        "profit_sb_percentage": -0.69,
        "recommended": false
    },
    "lines": [
        {
            "id": "10aa0d57-53db-4ea7-a291-20dbcd87ab98",
            "gambit_id": "60605798-5233-4ef5-bc74-6a2e601f07b7",
            "last_updated": "2023-10-30T14:53:12.089006-04:00",
            "created_at": "2023-10-28T09:08:08.821506-04:00",
            "name": "New Orleans Pelicans",
            "reward": "1.63000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85389946-4880-495a-82e0-f1133c921388/?format=api"
        },
        {
            "id": "967756c0-1ca1-4b6a-ac72-b8ae4e365678",
            "gambit_id": "f4a6274a-55c2-4c30-a08f-1d79e90cbc05",
            "last_updated": "2023-10-30T14:53:12.085756-04:00",
            "created_at": "2023-10-28T09:08:08.816217-04:00",
            "name": "New York Knicks",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85389946-4880-495a-82e0-f1133c921388/?format=api"
        }
    ]
}