GET /api/bet_types/157af5bd-43d0-420a-a51b-177ca5ca062d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "157af5bd-43d0-420a-a51b-177ca5ca062d",
    "match": "https://api-prod.gambitprofit.com/api/matches/83c91443-2fa0-4fe4-bc9b-1150c366da4c/?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": "Green Bay Packers",
                "amount": 5106.0
            },
            {
                "team": "New York Jets",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9445.42,
        "profit_sb": -54.58,
        "profit_sb_percentage": -0.57,
        "recommended": false
    },
    "lines": [
        {
            "id": "070ab636-56c5-40d0-b4fe-b71f7f302762",
            "gambit_id": "f5bfa327-4d10-43ed-a773-6f337428fc6f",
            "last_updated": "2022-10-17T15:22:01.810912-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Green Bay Packers",
            "reward": "1.85000",
            "odds": "1.86960",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/157af5bd-43d0-420a-a51b-177ca5ca062d/?format=api"
        },
        {
            "id": "1aa78b06-99f8-4955-aa84-b5d4dd15108a",
            "gambit_id": "65bc873f-7e18-416c-98ee-879fa5eb2741",
            "last_updated": "2022-10-17T15:22:01.811966-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Jets",
            "reward": "1.93000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/157af5bd-43d0-420a-a51b-177ca5ca062d/?format=api"
        }
    ]
}