GET /api/bet_types/e064d05c-4c9d-481a-85a8-1ceebe82b610/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e064d05c-4c9d-481a-85a8-1ceebe82b610",
    "match": "https://api-prod.gambitprofit.com/api/matches/83427a44-e70d-4273-a58d-ab97c9da6f3f/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 235.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 235.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "894cdec0-0f1e-4051-9a80-a7767ce6dd49",
            "gambit_id": "7e484bfd-7ece-4734-a49d-6a7467a11712",
            "last_updated": "2022-11-08T10:52:20.732134-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 235.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "235.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e064d05c-4c9d-481a-85a8-1ceebe82b610/?format=api"
        },
        {
            "id": "386ba5ac-0b39-4685-b4ae-dfd783f92508",
            "gambit_id": "558687cc-5761-43bb-9dba-790ff3da86b5",
            "last_updated": "2022-11-08T10:52:20.731002-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 235.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "235.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e064d05c-4c9d-481a-85a8-1ceebe82b610/?format=api"
        }
    ]
}