GET /api/bet_types/667ff7e9-b945-47f5-a9fa-8a17fd8a9171/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "667ff7e9-b945-47f5-a9fa-8a17fd8a9171",
    "match": "https://api-prod.gambitprofit.com/api/matches/8d469947-2f65-4cf0-9a05-59b9d5a27215/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-29T09:23:08.393106-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 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "1ba6e421-a381-4ccc-9640-d1cbc0ccbb35",
            "gambit_id": "4562ffc3-f648-4748-bd90-472be0c7472b",
            "last_updated": "2023-09-30T10:53:14.789057-04:00",
            "created_at": "2023-09-29T09:23:08.402938-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/667ff7e9-b945-47f5-a9fa-8a17fd8a9171/?format=api"
        },
        {
            "id": "c601175c-3bf8-4df8-a12f-41269cf2bf2b",
            "gambit_id": "39d55c12-f3bb-4edb-a204-066c87fd4a64",
            "last_updated": "2023-09-30T10:53:14.785401-04:00",
            "created_at": "2023-09-29T09:23:08.398466-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/667ff7e9-b945-47f5-a9fa-8a17fd8a9171/?format=api"
        }
    ]
}