GET /api/bet_types/ec8b3cc1-af5d-491b-833d-345d72f36879/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ec8b3cc1-af5d-491b-833d-345d72f36879",
    "match": "https://api-prod.gambitprofit.com/api/matches/3ab6e3bb-fb97-468b-8502-2ece834a9ae7/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-30T09:33:00.220133-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.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 9.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "e829dc96-b502-4eb8-8805-459a7b66319b",
            "gambit_id": "aedf0825-b169-48bb-b167-4f3d2d4b857b",
            "last_updated": "2023-08-31T09:33:06.861578-04:00",
            "created_at": "2023-08-30T09:33:00.224408-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec8b3cc1-af5d-491b-833d-345d72f36879/?format=api"
        },
        {
            "id": "e9bd8c5f-3845-482c-8a7e-6790bf17465b",
            "gambit_id": "b123da4b-d3a5-4db7-bc00-b61d52b1982c",
            "last_updated": "2023-08-31T09:33:06.864781-04:00",
            "created_at": "2023-08-30T09:33:00.229029-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec8b3cc1-af5d-491b-833d-345d72f36879/?format=api"
        }
    ]
}