GET /api/bet_types/5ac9cbd1-f2ef-4eed-9f13-57c9154b74b4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5ac9cbd1-f2ef-4eed-9f13-57c9154b74b4",
    "match": "https://api-prod.gambitprofit.com/api/matches/4d90a964-b233-4f62-a2c9-550949791048/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-10T11:21:59.824733-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": "Dallas Stars",
                "amount": 6308.0
            },
            {
                "team": "Detroit Red Wings",
                "amount": 3692.0
            }
        ],
        "expected_reward_tokens": 9525.08,
        "profit_sb": 25.08,
        "profit_sb_percentage": 0.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "1ff1d9da-3339-44f5-a248-60c2e1c50a1b",
            "gambit_id": "0fbe9340-eb4c-4e53-8f1e-8e1c1f2456d8",
            "last_updated": "2023-04-11T13:47:19.764537-04:00",
            "created_at": "2023-04-10T11:21:59.828432-04:00",
            "name": "Dallas Stars",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ac9cbd1-f2ef-4eed-9f13-57c9154b74b4/?format=api"
        },
        {
            "id": "b714fe99-462e-44e0-bdb5-090cde2aa97f",
            "gambit_id": "de75bf4f-6675-4010-b251-11aafb940968",
            "last_updated": "2023-04-11T13:47:19.762392-04:00",
            "created_at": "2023-04-10T11:21:59.826450-04:00",
            "name": "Detroit Red Wings",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ac9cbd1-f2ef-4eed-9f13-57c9154b74b4/?format=api"
        }
    ]
}