GET /api/bet_types/d2aa0e18-441c-4b78-a929-62b75469261f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d2aa0e18-441c-4b78-a929-62b75469261f",
    "match": "https://api-prod.gambitprofit.com/api/matches/462e744e-ecb2-46bf-ae2e-1bf0c4413d29/?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": "Northwestern",
                "amount": 5000.0
            },
            {
                "team": "Penn State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9250.0,
        "profit_sb": -250.0,
        "profit_sb_percentage": -2.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "7846f2db-5809-49ff-a3c0-ce2720f379a8",
            "gambit_id": "28a06b2d-682d-482d-a3d1-bf8b0c4f42b5",
            "last_updated": "2022-10-03T09:52:11.741015-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Northwestern",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "25.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d2aa0e18-441c-4b78-a929-62b75469261f/?format=api"
        },
        {
            "id": "6f9bb11f-fb59-4a26-ac1a-278af16208b8",
            "gambit_id": "8c09e4ff-38a9-4c0c-87db-19bf52b1042e",
            "last_updated": "2022-10-03T09:52:11.739913-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Penn State",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "-25.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d2aa0e18-441c-4b78-a929-62b75469261f/?format=api"
        }
    ]
}