GET /api/bet_types/a53dea82-0c05-4443-af6f-99c107d2904c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a53dea82-0c05-4443-af6f-99c107d2904c",
    "match": "https://api-prod.gambitprofit.com/api/matches/86b2dd63-ff93-41e5-8a7d-df2f76d447d2/?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": "CWS",
                "amount": 6288.0
            },
            {
                "team": "CLE",
                "amount": 3712.0
            }
        ],
        "expected_reward_tokens": 9242.88,
        "profit_sb": 242.88,
        "profit_sb_percentage": 2.7,
        "recommended": true
    },
    "lines": [
        {
            "id": "00621b73-fa80-42d1-a58f-ae53fff88ed2",
            "gambit_id": "f5902670-ce5b-4754-a435-a3cb2a4d8903",
            "last_updated": "2022-08-20T12:07:02.752568-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CWS",
            "reward": "1.47000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a53dea82-0c05-4443-af6f-99c107d2904c/?format=api"
        },
        {
            "id": "2075b1aa-574f-431c-9fd0-a1838227e528",
            "gambit_id": "c02d5bdf-ecd2-4900-bb24-5935f2b0fcba",
            "last_updated": "2022-08-20T12:07:02.752101-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE",
            "reward": "2.49000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a53dea82-0c05-4443-af6f-99c107d2904c/?format=api"
        }
    ]
}