GET /api/bet_types/65f4ccfa-bf9b-4698-a26b-f88df48fb288/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "65f4ccfa-bf9b-4698-a26b-f88df48fb288",
    "match": "https://api-prod.gambitprofit.com/api/matches/befa2afd-2157-4143-8bb8-c59fa83b7ea2/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-10T08:46:53.164169-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 2.5",
                "amount": 6047.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 3953.0
            }
        ],
        "expected_reward_tokens": 9250.02,
        "profit_sb": -249.98,
        "profit_sb_percentage": -2.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "996273e6-719a-40c8-9f7a-148cdbde8eb0",
            "gambit_id": "052c4c15-8692-496e-a8b7-f8f35a4e3378",
            "last_updated": "2023-03-13T14:01:49.277330-04:00",
            "created_at": "2023-03-10T08:46:53.165462-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.53000",
            "odds": "1.55000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65f4ccfa-bf9b-4698-a26b-f88df48fb288/?format=api"
        },
        {
            "id": "0d40ace8-189d-44e4-9f40-fef6941795c2",
            "gambit_id": "3b11b301-b775-4b67-a470-8472e3e573c0",
            "last_updated": "2023-03-13T14:01:49.278587-04:00",
            "created_at": "2023-03-10T08:46:53.166783-05:00",
            "name": "Game Total Over 2.5",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65f4ccfa-bf9b-4698-a26b-f88df48fb288/?format=api"
        }
    ]
}