GET /api/bet_types/cd639f80-6231-4cc8-81f1-d909d8c1c899/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cd639f80-6231-4cc8-81f1-d909d8c1c899",
    "match": "https://api-prod.gambitprofit.com/api/matches/6910b7a4-01d9-41bb-87dc-0e04d0b2eb66/?format=api",
    "name": "Play the Odds",
    "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": "BAL",
                "amount": 6047.0
            },
            {
                "team": "BOS",
                "amount": 3953.0
            }
        ],
        "expected_reward_tokens": 9130.97,
        "profit_sb": 130.97,
        "profit_sb_percentage": 1.46,
        "recommended": true
    },
    "lines": [
        {
            "id": "72c3e50f-3da3-46e9-8545-5820b4edbfcb",
            "gambit_id": "77f48d9c-77f6-4680-a207-28febb017e65",
            "last_updated": "2022-09-28T09:12:14.890364-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BAL",
            "reward": "1.51000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd639f80-6231-4cc8-81f1-d909d8c1c899/?format=api"
        },
        {
            "id": "5d70e31d-80ba-4c29-b73b-a5436c4306ac",
            "gambit_id": "30b2b2e2-0a44-4aca-b356-94a1667526c2",
            "last_updated": "2022-09-28T09:12:14.891518-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BOS",
            "reward": "2.31000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd639f80-6231-4cc8-81f1-d909d8c1c899/?format=api"
        }
    ]
}