GET /api/bet_types/b8f4d871-4752-4c51-af01-a290d1029602/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b8f4d871-4752-4c51-af01-a290d1029602",
    "match": "https://api-prod.gambitprofit.com/api/matches/ee924d50-9e9a-4d72-8033-793e67cf5379/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-01T00:33:21.714146-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 2.5",
                "amount": 6920.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 3080.0
            }
        ],
        "expected_reward_tokens": 9270.8,
        "profit_sb": -229.2,
        "profit_sb_percentage": -2.41,
        "recommended": false
    },
    "lines": [
        {
            "id": "8d499b25-c797-4728-8f3d-0c4e7c65f623",
            "gambit_id": "6a5855cf-ab65-4f72-9448-9a9404a05a02",
            "last_updated": "2024-01-03T10:53:13.302722-05:00",
            "created_at": "2024-01-01T00:33:21.717936-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.34000",
            "odds": "1.36000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8f4d871-4752-4c51-af01-a290d1029602/?format=api"
        },
        {
            "id": "22a75bfe-4fcc-47ff-ab4b-0eb89cdede0c",
            "gambit_id": "a1e84cb9-92d1-4f60-a940-f8e60ba9f56a",
            "last_updated": "2024-01-03T10:53:13.306156-05:00",
            "created_at": "2024-01-01T00:33:21.722798-05:00",
            "name": "Game Total Under 2.5",
            "reward": "3.01000",
            "odds": "3.10000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8f4d871-4752-4c51-af01-a290d1029602/?format=api"
        }
    ]
}