GET /api/bet_types/162508fa-3d23-46bf-912c-47a5957329a7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "162508fa-3d23-46bf-912c-47a5957329a7",
    "match": "https://api-prod.gambitprofit.com/api/matches/daf30a8a-5414-4cae-8db2-6967ad28b281/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-08T09:01:56.089454-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 Under 7.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "acc273fa-0c1c-45e5-8f61-49d9a427bdfe",
            "gambit_id": "57f9477b-cd14-49fe-be8a-e8aa02e8f83b",
            "last_updated": "2023-04-09T11:42:13.755677-04:00",
            "created_at": "2023-04-08T09:01:56.091841-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/162508fa-3d23-46bf-912c-47a5957329a7/?format=api"
        },
        {
            "id": "188248ca-d5a1-405c-b6a4-9bbb6dbbe509",
            "gambit_id": "4177bc01-0f22-413c-87f7-c47a06e667dd",
            "last_updated": "2023-04-09T11:42:13.757731-04:00",
            "created_at": "2023-04-08T09:01:56.094173-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/162508fa-3d23-46bf-912c-47a5957329a7/?format=api"
        }
    ]
}