GET /api/bet_types/4cc0eaf7-c439-4a26-8691-8b46642358c6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4cc0eaf7-c439-4a26-8691-8b46642358c6",
    "match": "https://api-prod.gambitprofit.com/api/matches/b6722c03-8051-44cc-83c3-343c29c4e948/?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": "PIT",
                "amount": 5984.0
            },
            {
                "team": "CIN",
                "amount": 4016.0
            }
        ],
        "expected_reward_tokens": 9275.2,
        "profit_sb": 275.2,
        "profit_sb_percentage": 3.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "779eabbc-cbb8-4f52-a563-a29716de9e09",
            "gambit_id": "d6d552d5-835d-41fa-99f9-963fb7078066",
            "last_updated": "2022-08-20T12:07:02.297283-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PIT",
            "reward": "1.55000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4cc0eaf7-c439-4a26-8691-8b46642358c6/?format=api"
        },
        {
            "id": "a6ee2e7d-1103-4100-b23e-c31073f434af",
            "gambit_id": "6d8fc359-488e-4127-8fb3-19c9b0a18051",
            "last_updated": "2022-08-20T12:07:02.297834-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CIN",
            "reward": "2.31000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4cc0eaf7-c439-4a26-8691-8b46642358c6/?format=api"
        }
    ]
}