GET /api/bet_types/c3f1652b-a852-40d5-be5b-d714aa11900c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c3f1652b-a852-40d5-be5b-d714aa11900c",
    "match": "https://api-prod.gambitprofit.com/api/matches/75ec75db-1286-4a4d-bd91-7db2c0be1bf4/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-10T09:43:09.690342-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": "Houston Texans",
                "amount": 5000.0
            },
            {
                "team": "Cleveland Browns",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "9159a930-5efd-4bcc-bc21-c729b3bff391",
            "gambit_id": "76abf775-a726-482b-bd3f-75d40660e6f8",
            "last_updated": "2024-01-15T18:28:13.452451-05:00",
            "created_at": "2024-01-10T09:43:09.699051-05:00",
            "name": "Houston Texans",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3f1652b-a852-40d5-be5b-d714aa11900c/?format=api"
        },
        {
            "id": "fcca5ffc-6002-46a2-bb6b-2c0ef4c01249",
            "gambit_id": "cfe24d14-a85e-4953-8d07-927ffe9ad968",
            "last_updated": "2024-01-15T18:28:13.448726-05:00",
            "created_at": "2024-01-10T09:43:09.694093-05:00",
            "name": "Cleveland Browns",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3f1652b-a852-40d5-be5b-d714aa11900c/?format=api"
        }
    ]
}