GET /api/bet_types/b6841443-1b67-458e-9b19-4ec3c0d1d8f9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b6841443-1b67-458e-9b19-4ec3c0d1d8f9",
    "match": "https://api-prod.gambitprofit.com/api/matches/2aaf366a-a165-4ed8-9c3d-dcd64ddd44ec/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-26T08:58:02.911995-04: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": "CWS",
                "amount": 6100.0
            },
            {
                "team": "LAA",
                "amount": 3900.0
            }
        ],
        "expected_reward_tokens": 9516.0,
        "profit_sb": 16.0,
        "profit_sb_percentage": 0.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "fa4386bc-128c-44f8-8759-0ec88ebd1ea2",
            "gambit_id": "907c24d7-61b8-4698-ac1e-01a540fced6a",
            "last_updated": "2023-06-27T14:53:30.994941-04:00",
            "created_at": "2023-06-26T08:58:02.914860-04:00",
            "name": "CWS",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6841443-1b67-458e-9b19-4ec3c0d1d8f9/?format=api"
        },
        {
            "id": "ce198a64-2eb9-4fe0-9f2f-04065e62cf31",
            "gambit_id": "1919a711-8def-44a2-8537-3dca8129cf58",
            "last_updated": "2023-06-27T14:53:30.997048-04:00",
            "created_at": "2023-06-26T08:58:02.917802-04:00",
            "name": "LAA",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6841443-1b67-458e-9b19-4ec3c0d1d8f9/?format=api"
        }
    ]
}