GET /api/bet_types/3c7d3023-d77f-4429-b75d-0acd607d29f0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3c7d3023-d77f-4429-b75d-0acd607d29f0",
    "match": "https://api-prod.gambitprofit.com/api/matches/74d15fc0-5240-4655-8438-e645966541af/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-07T08:38:23.666829-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": "New York Rangers",
                "amount": 5788.0
            },
            {
                "team": "Detroit Red Wings",
                "amount": 4212.0
            }
        ],
        "expected_reward_tokens": 9434.44,
        "profit_sb": -65.56,
        "profit_sb_percentage": -0.69,
        "recommended": false
    },
    "lines": [
        {
            "id": "9835245b-5214-41f5-a3ad-7cdd11383b19",
            "gambit_id": "edf197f4-dec4-4640-b7b9-2af9cfbea126",
            "last_updated": "2023-11-10T12:58:26.937461-05:00",
            "created_at": "2023-11-07T08:38:23.670442-05:00",
            "name": "New York Rangers",
            "reward": "1.63000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c7d3023-d77f-4429-b75d-0acd607d29f0/?format=api"
        },
        {
            "id": "7d2d5b99-a5e8-4282-a426-392400157202",
            "gambit_id": "0c84c643-e1a5-46f2-a8c8-3d888b83e0f6",
            "last_updated": "2023-11-10T12:58:26.940821-05:00",
            "created_at": "2023-11-07T08:38:23.674517-05:00",
            "name": "Detroit Red Wings",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c7d3023-d77f-4429-b75d-0acd607d29f0/?format=api"
        }
    ]
}