GET /api/bet_types/9467e4c0-a270-442a-a682-093bc05bb884/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9467e4c0-a270-442a-a682-093bc05bb884",
    "match": "https://api-prod.gambitprofit.com/api/matches/b5c51d12-9b76-4762-bee1-73aa353e5172/?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": 6042.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 3958.0
            }
        ],
        "expected_reward_tokens": 9182.56,
        "profit_sb": 182.56,
        "profit_sb_percentage": 2.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "360325c4-35be-437a-b299-0812e2300ed6",
            "gambit_id": "f4185ea5-5dd0-4574-bfcc-494d83429792",
            "last_updated": "2022-11-04T09:17:40.576214-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Kings",
            "reward": "1.52000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9467e4c0-a270-442a-a682-093bc05bb884/?format=api"
        },
        {
            "id": "df9b466a-51c2-470f-8356-4646f11aaef8",
            "gambit_id": "c7c186eb-706d-4875-b806-ade0ec3a789b",
            "last_updated": "2022-11-04T09:17:40.575274-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Blackhawks",
            "reward": "2.32000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9467e4c0-a270-442a-a682-093bc05bb884/?format=api"
        }
    ]
}