GET /api/bet_types/28c76708-77e6-4e88-904c-097407ce58ad/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "28c76708-77e6-4e88-904c-097407ce58ad",
    "match": "https://api-prod.gambitprofit.com/api/matches/43f1cf11-b8df-4362-bb61-24910a8e5d69/?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": "CHC",
                "amount": 5205.0
            },
            {
                "team": "TOR",
                "amount": 4795.0
            }
        ],
        "expected_reward_tokens": 9108.75,
        "profit_sb": 108.75,
        "profit_sb_percentage": 1.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "448f2bce-f6a7-47ef-8fdf-ccef36af9081",
            "gambit_id": "abed5283-2bc2-44c5-a54b-afc88aaeedfc",
            "last_updated": "2022-08-31T11:57:19.453164-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CHC",
            "reward": "1.75000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28c76708-77e6-4e88-904c-097407ce58ad/?format=api"
        },
        {
            "id": "727f0fbd-1633-46a3-9b39-4199c2196be5",
            "gambit_id": "65abcc7b-9870-4830-923e-c415b4478799",
            "last_updated": "2022-08-31T11:57:19.452711-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TOR",
            "reward": "1.90000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28c76708-77e6-4e88-904c-097407ce58ad/?format=api"
        }
    ]
}