GET /api/bet_types/ee336fac-e34f-4259-98b8-577349004e73/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ee336fac-e34f-4259-98b8-577349004e73",
    "match": "https://api-prod.gambitprofit.com/api/matches/5277136d-4423-4017-9f72-6952e3cf42df/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-22T09:13:18.827938-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": "Denver Broncos",
                "amount": 5214.0
            },
            {
                "team": "Cleveland Browns",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "d5243f85-a6b2-4a9e-97d4-8ab2ab00c2e8",
            "gambit_id": "16f36052-81e3-4f26-bc0b-d8e3b25533e2",
            "last_updated": "2023-11-27T20:13:15.817345-05:00",
            "created_at": "2023-11-22T09:13:18.836423-05:00",
            "name": "Denver Broncos",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee336fac-e34f-4259-98b8-577349004e73/?format=api"
        },
        {
            "id": "43d3a67b-f861-46d4-ac9d-2079c99d65a8",
            "gambit_id": "b4ae1ce7-3d11-4ff2-a6b5-daf0a7ed6fab",
            "last_updated": "2023-11-27T20:13:15.813877-05:00",
            "created_at": "2023-11-22T09:13:18.832094-05:00",
            "name": "Cleveland Browns",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee336fac-e34f-4259-98b8-577349004e73/?format=api"
        }
    ]
}