GET /api/bet_types/7445db63-87d6-4ab2-91fd-4cb3ec020694/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7445db63-87d6-4ab2-91fd-4cb3ec020694",
    "match": "https://api-prod.gambitprofit.com/api/matches/2cb84540-bf72-43d4-a1b9-f259bf81f1a7/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-06T10:57:11.888959-04: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 8",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "4daeaced-955b-441a-a32e-dd7a67e4a130",
            "gambit_id": "1aef61f9-0d26-4b21-9c0e-4aa81fdea2a5",
            "last_updated": "2023-06-07T10:38:22.769744-04:00",
            "created_at": "2023-06-06T10:57:11.890632-04:00",
            "name": "Game Total Over 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7445db63-87d6-4ab2-91fd-4cb3ec020694/?format=api"
        },
        {
            "id": "253b2fdd-9650-4058-961e-f1b109e02664",
            "gambit_id": "0b13bb5b-333a-4373-8d4f-011c5db18956",
            "last_updated": "2023-06-07T10:38:22.771401-04:00",
            "created_at": "2023-06-06T10:57:11.892359-04:00",
            "name": "Game Total Under 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7445db63-87d6-4ab2-91fd-4cb3ec020694/?format=api"
        }
    ]
}