GET /api/bet_types/82e4cd21-c53c-42f9-aed5-6791cc98012d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "82e4cd21-c53c-42f9-aed5-6791cc98012d",
    "match": "https://api-prod.gambitprofit.com/api/matches/98d40939-e5bf-4e3c-b082-24b1a9daef0f/?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": "PIT",
                "amount": 5499.0
            },
            {
                "team": "BOS",
                "amount": 4501.0
            }
        ],
        "expected_reward_tokens": 9182.04,
        "profit_sb": 182.04,
        "profit_sb_percentage": 2.02,
        "recommended": true
    },
    "lines": [
        {
            "id": "ba3dc5c0-350e-4022-aae6-f815536791c6",
            "gambit_id": "5840fdc0-fdf3-45be-b067-d458467b2936",
            "last_updated": "2022-08-19T09:46:51.755552-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PIT",
            "reward": "1.67000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82e4cd21-c53c-42f9-aed5-6791cc98012d/?format=api"
        },
        {
            "id": "dbbd2239-467e-483e-bea3-c53c66e95d04",
            "gambit_id": "5079b75c-9be3-4acb-85ab-1107ed7f2494",
            "last_updated": "2022-08-19T09:46:51.755975-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BOS",
            "reward": "2.04000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82e4cd21-c53c-42f9-aed5-6791cc98012d/?format=api"
        }
    ]
}