GET /api/bet_types/3a5ab684-b515-456c-bb05-76d8fb89c3c4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3a5ab684-b515-456c-bb05-76d8fb89c3c4",
    "match": "https://api-prod.gambitprofit.com/api/matches/4a5f2938-67ec-48e6-97ff-c38910492e8a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-10T08:46:52.372474-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": 5317.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "e1e404b2-4462-4629-ba4c-afd051b97e43",
            "gambit_id": "dabb8876-ef41-4484-b33d-f0cd1fadb934",
            "last_updated": "2023-03-11T16:02:10.410647-05:00",
            "created_at": "2023-03-10T08:46:52.375156-05:00",
            "name": "Game Total Over 6",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a5ab684-b515-456c-bb05-76d8fb89c3c4/?format=api"
        },
        {
            "id": "a54da347-05e1-4006-97c1-26cbf1cfdc4c",
            "gambit_id": "c9416a42-20ea-495d-9faf-77acde330f99",
            "last_updated": "2023-03-11T16:02:10.409363-05:00",
            "created_at": "2023-03-10T08:46:52.373787-05:00",
            "name": "Game Total Under 6",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a5ab684-b515-456c-bb05-76d8fb89c3c4/?format=api"
        }
    ]
}