GET /api/bet_types/7df25451-93f2-4918-a623-31f84285899e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7df25451-93f2-4918-a623-31f84285899e",
    "match": "https://api-prod.gambitprofit.com/api/matches/23deea3f-ce87-4e03-abf6-44d1dc959f0d/?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": "New Jersey Devils",
                "amount": 6401.0
            },
            {
                "team": "New York Islanders",
                "amount": 3599.0
            }
        ],
        "expected_reward_tokens": 9537.35,
        "profit_sb": 37.35,
        "profit_sb_percentage": 0.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "c3be2e5c-2fd5-40b1-97fd-5b13e969d40b",
            "gambit_id": "423a7b88-5c22-4205-a04e-4789e815ac70",
            "last_updated": "2022-10-21T20:57:28.010373-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Jersey Devils",
            "reward": "1.49000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7df25451-93f2-4918-a623-31f84285899e/?format=api"
        },
        {
            "id": "a6ad0c81-a258-4ad0-80c3-d2dbdd174f3d",
            "gambit_id": "dd1b18ca-990f-479a-8b33-a7d51bd5b756",
            "last_updated": "2022-10-21T20:57:28.009062-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Islanders",
            "reward": "2.65000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7df25451-93f2-4918-a623-31f84285899e/?format=api"
        }
    ]
}