GET /api/bet_types/98ac0746-a853-45a0-8500-bc30417ebfba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "98ac0746-a853-45a0-8500-bc30417ebfba",
    "match": "https://api-prod.gambitprofit.com/api/matches/1be27250-e53e-474d-b33e-e155d8d43f51/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Los Angeles Kings",
                "amount": 5492.0
            },
            {
                "team": "Seattle Kraken",
                "amount": 4508.0
            }
        ],
        "expected_reward_tokens": 9061.08,
        "profit_sb": 61.08,
        "profit_sb_percentage": 0.68,
        "recommended": true
    },
    "lines": [
        {
            "id": "5916e075-6fb1-4af7-a75f-c8880787dfcc",
            "gambit_id": "61be5109-e9cd-4261-a555-d6c721bd9706",
            "last_updated": "2022-11-30T09:42:19.766571-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Kings",
            "reward": "1.65000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/98ac0746-a853-45a0-8500-bc30417ebfba/?format=api"
        },
        {
            "id": "4617fe7e-5d63-4195-b13f-2a7374821c02",
            "gambit_id": "6bb9ba44-791f-44c4-a733-d348c747b3a0",
            "last_updated": "2022-11-30T09:42:19.767513-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Seattle Kraken",
            "reward": "2.01000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/98ac0746-a853-45a0-8500-bc30417ebfba/?format=api"
        }
    ]
}