GET /api/bet_types/e6f359a9-9022-4340-92c0-a78b1ff46d22/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e6f359a9-9022-4340-92c0-a78b1ff46d22",
    "match": "https://api-prod.gambitprofit.com/api/matches/f844c0da-f07a-4365-9890-d4a4810fb692/?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": "LSU",
                "amount": 5000.0
            },
            {
                "team": "Tennessee",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "2f90710d-a596-4616-b918-38e259bba0ed",
            "gambit_id": "e1f82316-6735-4787-b0ea-17035363eff3",
            "last_updated": "2022-10-11T10:47:29.166778-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LSU",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6f359a9-9022-4340-92c0-a78b1ff46d22/?format=api"
        },
        {
            "id": "bb8f21f7-af43-499e-b96d-0bda9a3ea475",
            "gambit_id": "39a51b5f-d1ed-4a1e-8f24-43e83262fb42",
            "last_updated": "2022-10-11T10:47:29.167712-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tennessee",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6f359a9-9022-4340-92c0-a78b1ff46d22/?format=api"
        }
    ]
}