GET /api/bet_types/ec9f2500-8d79-4cd7-80a7-8ba0997801c1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ec9f2500-8d79-4cd7-80a7-8ba0997801c1",
    "match": "https://api-prod.gambitprofit.com/api/matches/f70e9c29-bc6f-4db0-b43c-04a66bb20899/?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": "BOS",
                "amount": 5302.0
            },
            {
                "team": "NYY",
                "amount": 4698.0
            }
        ],
        "expected_reward_tokens": 9066.42,
        "profit_sb": 66.42,
        "profit_sb_percentage": 0.74,
        "recommended": true
    },
    "lines": [
        {
            "id": "84eb9ae1-bc59-4664-9d7c-109a37dd51a2",
            "gambit_id": "50693a46-a6f6-40ed-9731-95b1dbf9bec2",
            "last_updated": "2022-09-14T10:22:08.100154-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BOS",
            "reward": "1.71000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec9f2500-8d79-4cd7-80a7-8ba0997801c1/?format=api"
        },
        {
            "id": "925d33c8-f941-41b1-8db0-5f36290bc87e",
            "gambit_id": "781546e5-35fb-4c73-ab2c-0e2d43a7bc9d",
            "last_updated": "2022-09-14T10:22:08.101081-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYY",
            "reward": "1.93000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec9f2500-8d79-4cd7-80a7-8ba0997801c1/?format=api"
        }
    ]
}