GET /api/bet_types/10a9a8cb-8a72-46af-bfb5-be21aa294e32/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "10a9a8cb-8a72-46af-bfb5-be21aa294e32",
    "match": "https://api-prod.gambitprofit.com/api/matches/80dfacbe-dd4c-4a34-8020-24f06bd96bd0/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-14T09:28:05.426809-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": 5094.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "d15af14c-29c6-4fc1-9b96-de0ed7a6654d",
            "gambit_id": "9e356082-790c-4d45-9578-76eb8e1054cb",
            "last_updated": "2023-10-16T18:38:04.797605-04:00",
            "created_at": "2023-10-14T09:28:05.435281-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/10a9a8cb-8a72-46af-bfb5-be21aa294e32/?format=api"
        },
        {
            "id": "3191933c-2a1b-4bae-80d7-c840a1fc6471",
            "gambit_id": "39628a78-a9c8-48e3-b514-5933f465fd6e",
            "last_updated": "2023-10-16T18:38:04.792015-04:00",
            "created_at": "2023-10-14T09:28:05.431080-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/10a9a8cb-8a72-46af-bfb5-be21aa294e32/?format=api"
        }
    ]
}