GET /api/bet_types/2ba7d774-cd06-49a3-bd91-f1d760e1808b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2ba7d774-cd06-49a3-bd91-f1d760e1808b",
    "match": "https://api-prod.gambitprofit.com/api/matches/3c801835-10dc-4915-bd0c-1a59a67a9f77/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-07T08:28:01.792853-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": "e238d551-8348-4d80-bd14-aba56067b162",
            "gambit_id": "b99841b7-dc57-49bd-8a7f-40d5fab58124",
            "last_updated": "2023-08-09T10:43:19.562140-04:00",
            "created_at": "2023-08-07T08:28:01.797035-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/2ba7d774-cd06-49a3-bd91-f1d760e1808b/?format=api"
        },
        {
            "id": "ac01ab8a-8fdc-44d3-86e2-f4a1a325c2d8",
            "gambit_id": "c0bf31bb-f8a7-43b0-90fc-076c0cd041f0",
            "last_updated": "2023-08-09T10:43:19.567628-04:00",
            "created_at": "2023-08-07T08:28:01.804457-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/2ba7d774-cd06-49a3-bd91-f1d760e1808b/?format=api"
        }
    ]
}