GET /api/bet_types/625a76fd-7778-4b83-a892-e2a972d085f5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "625a76fd-7778-4b83-a892-e2a972d085f5",
    "match": "https://api-prod.gambitprofit.com/api/matches/ac7b1bb1-6121-49e0-91ea-4dd57b569be9/?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 Under 227.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 227.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "a19321aa-e505-443f-b0c9-641a8271d800",
            "gambit_id": "3922f610-9ac8-472d-bc4c-e139b05e2621",
            "last_updated": "2022-10-28T09:22:01.322926-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 227.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "227.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/625a76fd-7778-4b83-a892-e2a972d085f5/?format=api"
        },
        {
            "id": "2b7ebf46-1e5c-44d6-9b91-19cadbaef9df",
            "gambit_id": "b1fcd5b2-28dc-4981-8b78-5d4c048b0d21",
            "last_updated": "2022-10-28T09:22:01.323898-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 227.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "227.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/625a76fd-7778-4b83-a892-e2a972d085f5/?format=api"
        }
    ]
}