GET /api/bet_types/15fab6d5-7352-4bad-b54f-98c14071f7f7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "15fab6d5-7352-4bad-b54f-98c14071f7f7",
    "match": "https://api-prod.gambitprofit.com/api/matches/75be5a8d-43b5-4dc0-bb1c-e92ea8ad2ccd/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-07T11:57:10.060999-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 Over 9",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "3192685c-35c5-410b-939f-6eed3d37992e",
            "gambit_id": "65603fe2-1efa-4980-9a18-6b02b85cc4f8",
            "last_updated": "2023-05-08T11:47:07.420909-04:00",
            "created_at": "2023-05-07T11:57:10.064857-04:00",
            "name": "Game Total Over 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15fab6d5-7352-4bad-b54f-98c14071f7f7/?format=api"
        },
        {
            "id": "a70f2a1b-bcb6-4dbf-a3e3-d43754fa55af",
            "gambit_id": "e1a926ac-f56e-4fc3-aa68-f8f21e917bcb",
            "last_updated": "2023-05-08T11:47:07.418978-04:00",
            "created_at": "2023-05-07T11:57:10.062798-04:00",
            "name": "Game Total Under 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15fab6d5-7352-4bad-b54f-98c14071f7f7/?format=api"
        }
    ]
}