GET /api/bet_types/5eddb38c-acf5-4583-9b88-f839d2850836/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5eddb38c-acf5-4583-9b88-f839d2850836",
    "match": "https://api-prod.gambitprofit.com/api/matches/2df88172-94a1-410a-baf4-3055acfcfe68/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-17T10:27:15.799729-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 Over 2.5",
                "amount": 5147.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4853.0
            }
        ],
        "expected_reward_tokens": 9316.07,
        "profit_sb": -183.93,
        "profit_sb_percentage": -1.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "3f61994e-830e-4d4e-88be-9fd1256dc76d",
            "gambit_id": "c82e0bf1-b138-4a8e-8801-7901108f7456",
            "last_updated": "2023-02-19T16:07:14.379572-05:00",
            "created_at": "2023-02-17T10:27:15.802366-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.81000",
            "odds": "1.83000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5eddb38c-acf5-4583-9b88-f839d2850836/?format=api"
        },
        {
            "id": "c9ffe36e-16d7-4c7e-b4e5-c9bc370d9343",
            "gambit_id": "b43442ce-bcb6-4ed1-8220-25d28154aa66",
            "last_updated": "2023-02-19T16:07:14.378412-05:00",
            "created_at": "2023-02-17T10:27:15.801089-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.92000",
            "odds": "1.95000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5eddb38c-acf5-4583-9b88-f839d2850836/?format=api"
        }
    ]
}