GET /api/bet_types/2c551734-b429-48a4-9914-378b6033bfdf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2c551734-b429-48a4-9914-378b6033bfdf",
    "match": "https://api-prod.gambitprofit.com/api/matches/2f243b26-6fc0-47ac-98a3-3eb5acf50513/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 217.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 217.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "996ed262-5d9c-42c5-80ab-137b16244c93",
            "gambit_id": "77a84f82-abc5-4366-92dd-60f4adb3cd11",
            "last_updated": "2022-12-06T09:57:02.230045-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 217.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "217.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c551734-b429-48a4-9914-378b6033bfdf/?format=api"
        },
        {
            "id": "4fabbc04-2109-4e0c-9b2e-35323c3c02e7",
            "gambit_id": "1e7b3568-6819-4d4b-b656-bac2bae69ddb",
            "last_updated": "2022-12-06T09:57:02.231268-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 217.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "217.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c551734-b429-48a4-9914-378b6033bfdf/?format=api"
        }
    ]
}