GET /api/bet_types/660c1f6c-2c59-467b-b54f-2061dc936cf7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "660c1f6c-2c59-467b-b54f-2061dc936cf7",
    "match": "https://api-prod.gambitprofit.com/api/matches/a63d4b1c-d77d-46ed-a7db-f3314333bc3d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-15T09:18:14.343022-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 223",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 223",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "17e5e612-555b-455d-a18b-036f827d247d",
            "gambit_id": "96999a1a-ad37-4b95-b182-c9cab861631f",
            "last_updated": "2023-11-17T09:28:23.746333-05:00",
            "created_at": "2023-11-15T09:18:14.349063-05:00",
            "name": "Game Total Over 223",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "223.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/660c1f6c-2c59-467b-b54f-2061dc936cf7/?format=api"
        },
        {
            "id": "924fd664-2301-4a4c-9c36-64b331acfcc3",
            "gambit_id": "51f46b6d-ca07-4ce9-bec2-4c93e68f1354",
            "last_updated": "2023-11-17T09:28:23.749599-05:00",
            "created_at": "2023-11-15T09:18:14.354376-05:00",
            "name": "Game Total Under 223",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "223.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/660c1f6c-2c59-467b-b54f-2061dc936cf7/?format=api"
        }
    ]
}