GET /api/bet_types/1cbcb538-2831-4ca8-9c5c-7c6f3050d33b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1cbcb538-2831-4ca8-9c5c-7c6f3050d33b",
    "match": "https://api-prod.gambitprofit.com/api/matches/b0f2f16f-5eb8-496d-a201-b9ea91f401ef/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-16T09:52:56.372817-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 Under 6.5",
                "amount": 5094.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "86ba7be0-a3c4-45d1-ad93-db0e5170b54f",
            "gambit_id": "249a477e-2bc0-4dcf-8e39-d3adee7e395c",
            "last_updated": "2023-10-17T10:18:10.329677-04:00",
            "created_at": "2023-10-16T09:52:56.382791-04:00",
            "name": "Game Total Under 6.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1cbcb538-2831-4ca8-9c5c-7c6f3050d33b/?format=api"
        },
        {
            "id": "768ad084-a47c-449d-98ed-8e58c29d5fff",
            "gambit_id": "8f1a60af-a2bf-4239-b051-bb8faa831204",
            "last_updated": "2023-10-17T10:18:10.325456-04:00",
            "created_at": "2023-10-16T09:52:56.376862-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1cbcb538-2831-4ca8-9c5c-7c6f3050d33b/?format=api"
        }
    ]
}