GET /api/bet_types/aefd3430-da87-4b97-ba14-773caa3ab4a1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aefd3430-da87-4b97-ba14-773caa3ab4a1",
    "match": "https://api-prod.gambitprofit.com/api/matches/047ef26a-fb2a-4121-a90b-636b42f8fdc6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-26T09:23:25.056719-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": "DET",
                "amount": 5423.0
            },
            {
                "team": "HOU",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "5db923f8-4daa-4f2c-aec7-f6d706b96d10",
            "gambit_id": "d5de804f-3364-4584-8c96-16607344c502",
            "last_updated": "2023-08-28T16:18:33.848882-04:00",
            "created_at": "2023-08-26T09:23:25.065492-04:00",
            "name": "DET",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aefd3430-da87-4b97-ba14-773caa3ab4a1/?format=api"
        },
        {
            "id": "b2e28ada-9c25-4d13-9ace-8422ae89403f",
            "gambit_id": "a20bc6c9-7fbb-40f2-a95d-6a72fcc59e9a",
            "last_updated": "2023-08-28T16:18:33.845571-04:00",
            "created_at": "2023-08-26T09:23:25.060859-04:00",
            "name": "HOU",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aefd3430-da87-4b97-ba14-773caa3ab4a1/?format=api"
        }
    ]
}