GET /api/bet_types/def64a0d-f806-4115-8687-afa69a29b361/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "def64a0d-f806-4115-8687-afa69a29b361",
    "match": "https://api-prod.gambitprofit.com/api/matches/529488d1-b524-4ef6-8d7e-db6b270c44bc/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-22T09:08:19.911754-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 Over 6",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "aee12e3f-76a0-4173-b908-a8d3b63e1d79",
            "gambit_id": "81015bb4-b156-4ae9-886c-57d12db4c750",
            "last_updated": "2023-11-23T17:43:23.951477-05:00",
            "created_at": "2023-11-22T09:08:19.915369-05:00",
            "name": "Game Total Over 6",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/def64a0d-f806-4115-8687-afa69a29b361/?format=api"
        },
        {
            "id": "33712679-f0c4-49c1-a9e1-a658e0730bfc",
            "gambit_id": "46ae497f-0063-462c-b93b-c77f5157323d",
            "last_updated": "2023-11-23T17:43:23.954961-05:00",
            "created_at": "2023-11-22T09:08:19.919208-05:00",
            "name": "Game Total Under 6",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/def64a0d-f806-4115-8687-afa69a29b361/?format=api"
        }
    ]
}