GET /api/bet_types/9c8f0a60-33a4-4e49-9b05-3af6169e7777/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9c8f0a60-33a4-4e49-9b05-3af6169e7777",
    "match": "https://api-prod.gambitprofit.com/api/matches/42e8e42b-7e65-44d1-9068-75c36054c33d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-08T10:38:07.437423-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 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "ef256e9a-8418-431f-9fdf-d941697cb53a",
            "gambit_id": "2e290495-0780-4a88-a957-355b761e4d73",
            "last_updated": "2023-08-09T10:53:23.224298-04:00",
            "created_at": "2023-08-08T10:38:07.457339-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c8f0a60-33a4-4e49-9b05-3af6169e7777/?format=api"
        },
        {
            "id": "36309f3a-ea88-49a7-83df-0423bd1fa6fc",
            "gambit_id": "3c5aebf9-44e7-4f01-9673-2ce00382bc39",
            "last_updated": "2023-08-09T10:53:23.220746-04:00",
            "created_at": "2023-08-08T10:38:07.441870-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c8f0a60-33a4-4e49-9b05-3af6169e7777/?format=api"
        }
    ]
}