GET /api/bet_types/5e64796e-2451-4296-bed1-bfbca9735ed9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5e64796e-2451-4296-bed1-bfbca9735ed9",
    "match": "https://api-prod.gambitprofit.com/api/matches/dbb1ef61-e653-4748-977e-69926948bb93/?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": 5979.0
            },
            {
                "team": "CIN",
                "amount": 4021.0
            }
        ],
        "expected_reward_tokens": 9207.66,
        "profit_sb": 207.66,
        "profit_sb_percentage": 2.31,
        "recommended": true
    },
    "lines": [
        {
            "id": "fe3af561-1b15-4fde-9ebc-72ca822dbb72",
            "gambit_id": "b9167239-0b23-4e9e-9c04-78498a977ebc",
            "last_updated": "2022-09-14T10:32:13.972305-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PIT",
            "reward": "1.54000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e64796e-2451-4296-bed1-bfbca9735ed9/?format=api"
        },
        {
            "id": "285764a8-ed7c-4efd-b64d-af9d6f489e36",
            "gambit_id": "73d6d2db-9088-4ce7-8d64-18efbe96dc62",
            "last_updated": "2022-09-14T10:32:13.971116-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CIN",
            "reward": "2.29000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e64796e-2451-4296-bed1-bfbca9735ed9/?format=api"
        }
    ]
}