GET /api/bet_types/5765f021-5d43-44cf-9029-db10e9ab7cca/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5765f021-5d43-44cf-9029-db10e9ab7cca",
    "match": "https://api-prod.gambitprofit.com/api/matches/bd26c371-c474-4a91-a09f-94d27781887e/?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": "NYY",
                "amount": 5499.0
            },
            {
                "team": "OAK",
                "amount": 4501.0
            }
        ],
        "expected_reward_tokens": 9182.04,
        "profit_sb": 182.04,
        "profit_sb_percentage": 2.02,
        "recommended": true
    },
    "lines": [
        {
            "id": "ffc955e4-bb4c-47bd-88e9-b8cce435cdb2",
            "gambit_id": "20b0246c-f776-4a44-9177-d55e38527ab4",
            "last_updated": "2022-08-28T11:27:26.011370-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYY",
            "reward": "1.67000",
            "odds": "1.74070",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5765f021-5d43-44cf-9029-db10e9ab7cca/?format=api"
        },
        {
            "id": "5eff0107-0226-42e0-b5e0-c52740f3f959",
            "gambit_id": "8f27257d-8fc7-44df-852b-86fb1d0fd79b",
            "last_updated": "2022-08-28T11:27:26.010921-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "OAK",
            "reward": "2.04000",
            "odds": "2.15000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5765f021-5d43-44cf-9029-db10e9ab7cca/?format=api"
        }
    ]
}