GET /api/bet_types/bf244dfd-7356-4240-aed1-bf10be2d0131/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bf244dfd-7356-4240-aed1-bf10be2d0131",
    "match": "https://api-prod.gambitprofit.com/api/matches/5bb58050-1511-4315-9ee1-2e144ef22fe4/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-04T09:42:59.713067-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": "New York Jets",
                "amount": 5000.0
            },
            {
                "team": "New England Patriots",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "bd0c0aa0-e383-47a5-9048-bef6c95ae0ba",
            "gambit_id": "5a585c96-6cf0-4937-9ed8-ec2545ff8c8f",
            "last_updated": "2024-01-09T10:33:30.438997-05:00",
            "created_at": "2024-01-04T09:42:59.717055-05:00",
            "name": "New York Jets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf244dfd-7356-4240-aed1-bf10be2d0131/?format=api"
        },
        {
            "id": "88fd98e3-7dce-4e83-96c3-6cd2763dd89f",
            "gambit_id": "986f2c31-1d3d-448c-b25b-bcefea987d21",
            "last_updated": "2024-01-09T10:33:30.446536-05:00",
            "created_at": "2024-01-04T09:42:59.721541-05:00",
            "name": "New England Patriots",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf244dfd-7356-4240-aed1-bf10be2d0131/?format=api"
        }
    ]
}