GET /api/bet_types/4efcfe16-e9e6-4af2-919a-687d3cf6f664/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4efcfe16-e9e6-4af2-919a-687d3cf6f664",
    "match": "https://api-prod.gambitprofit.com/api/matches/409064c7-bc6b-44bb-88c4-d2cb38830182/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-12T09:32:10.977328-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.5",
                "amount": 5316.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4684.0
            }
        ],
        "expected_reward_tokens": 9461.68,
        "profit_sb": -38.32,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "de8eca2e-8bc4-410c-8e71-7313542eb429",
            "gambit_id": "06116811-b5a4-48ae-bfc6-e31e5b2d2967",
            "last_updated": "2023-02-13T09:57:12.027804-05:00",
            "created_at": "2023-02-12T09:32:10.980314-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.78000",
            "odds": "1.80000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4efcfe16-e9e6-4af2-919a-687d3cf6f664/?format=api"
        },
        {
            "id": "4e68bffe-e0d9-4b6d-a435-3102c9982f67",
            "gambit_id": "07d74c9c-1573-4257-b39f-d2a3fd6c79a7",
            "last_updated": "2023-02-13T09:57:12.026552-05:00",
            "created_at": "2023-02-12T09:32:10.978857-05:00",
            "name": "Game Total Under 6.5",
            "reward": "2.02000",
            "odds": "2.05000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4efcfe16-e9e6-4af2-919a-687d3cf6f664/?format=api"
        }
    ]
}