GET /api/bet_types/c8bb3c61-81c9-4056-b8f2-e42c315b3925/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c8bb3c61-81c9-4056-b8f2-e42c315b3925",
    "match": "https://api-prod.gambitprofit.com/api/matches/2b0ec643-3fd5-4645-bcc3-393e407b7bb1/?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": "NYM",
                "amount": 5521.0
            },
            {
                "team": "WAS",
                "amount": 4479.0
            }
        ],
        "expected_reward_tokens": 9495.48,
        "profit_sb": -4.52,
        "profit_sb_percentage": -0.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "ac1b7b46-62cf-47bd-bc3f-19e5f6adc2f8",
            "gambit_id": "b1160152-d9ad-4ee9-a7a9-e37530444d30",
            "last_updated": "2022-10-05T07:06:58.480347-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYM",
            "reward": "1.72000",
            "odds": "1.74070",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c8bb3c61-81c9-4056-b8f2-e42c315b3925/?format=api"
        },
        {
            "id": "3b8938dd-c714-4171-b2a6-7381e5026e31",
            "gambit_id": "87ae6140-16f8-4cff-b5d2-bef62c90462b",
            "last_updated": "2022-10-05T07:06:58.481448-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "WAS",
            "reward": "2.12000",
            "odds": "2.15000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c8bb3c61-81c9-4056-b8f2-e42c315b3925/?format=api"
        }
    ]
}