GET /api/bet_types/a59028d1-de81-416f-929f-4e5efc3fc5b4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a59028d1-de81-416f-929f-4e5efc3fc5b4",
    "match": "https://api-prod.gambitprofit.com/api/matches/03590bc6-fd43-4684-abf5-3092bd69fadc/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-31T09:23:02.475511-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": "Orlando Magic",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Clippers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "0668f2c6-ed16-406d-a2ed-842113ea8e17",
            "gambit_id": "df29fc32-5ab4-4fa6-967a-0d3d1512ed6f",
            "last_updated": "2023-11-01T09:23:18.921227-04:00",
            "created_at": "2023-10-31T09:23:02.481120-04:00",
            "name": "Orlando Magic",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a59028d1-de81-416f-929f-4e5efc3fc5b4/?format=api"
        },
        {
            "id": "5fcbca3c-b9fc-4fe9-b371-a7da97a84f12",
            "gambit_id": "36d9ee0f-fdab-4716-9806-9031f479e6c2",
            "last_updated": "2023-11-01T09:23:18.925858-04:00",
            "created_at": "2023-10-31T09:23:02.487225-04:00",
            "name": "Los Angeles Clippers",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a59028d1-de81-416f-929f-4e5efc3fc5b4/?format=api"
        }
    ]
}