GET /api/bet_types/54aa0e3d-8b8c-4ce8-9d13-f48feeddd816/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "54aa0e3d-8b8c-4ce8-9d13-f48feeddd816",
    "match": "https://api-prod.gambitprofit.com/api/matches/966c2979-febb-4c0f-82ec-09ce7f905cd7/?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": "Cincinnati Bengals",
                "amount": 5000.0
            },
            {
                "team": "Miami Dolphins",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "fc6d44ee-99e5-420f-9183-b6779936ebc4",
            "gambit_id": "3c97f788-239e-4cac-82c0-092b55648a36",
            "last_updated": "2022-09-30T09:42:51.610715-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cincinnati Bengals",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/54aa0e3d-8b8c-4ce8-9d13-f48feeddd816/?format=api"
        },
        {
            "id": "465c0c9c-e431-4ab9-a8ab-ff0ce7c0324a",
            "gambit_id": "717ac93f-4e1a-4197-a45b-5f1c4b680846",
            "last_updated": "2022-09-30T09:42:51.611695-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Dolphins",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/54aa0e3d-8b8c-4ce8-9d13-f48feeddd816/?format=api"
        }
    ]
}