GET /api/bet_types/aabc4c0d-7729-40da-985b-1b2a3d9fdf9c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aabc4c0d-7729-40da-985b-1b2a3d9fdf9c",
    "match": "https://api-prod.gambitprofit.com/api/matches/8a9e6b2f-0e65-4b26-8497-e5245c4987d1/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-23T09:11:57.485746-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": "Game Total Under 236.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 236.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "6970cc23-032f-4833-a922-5a7647d6191f",
            "gambit_id": "0a7129e9-c63d-4f8d-afa8-e853e3958a2c",
            "last_updated": "2023-01-24T09:36:52.137062-05:00",
            "created_at": "2023-01-23T09:11:57.486983-05:00",
            "name": "Game Total Under 236.5",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "236.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aabc4c0d-7729-40da-985b-1b2a3d9fdf9c/?format=api"
        },
        {
            "id": "774906f1-e993-4509-afc7-69b3675e32a4",
            "gambit_id": "a8fcc601-9565-4e56-93a7-dbebada9685d",
            "last_updated": "2023-01-24T09:36:52.138767-05:00",
            "created_at": "2023-01-23T09:11:57.488309-05:00",
            "name": "Game Total Over 236.5",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "236.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aabc4c0d-7729-40da-985b-1b2a3d9fdf9c/?format=api"
        }
    ]
}