GET /api/bet_types/121eb747-a755-42b6-b121-2a8048146e15/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "121eb747-a755-42b6-b121-2a8048146e15",
    "match": "https://api-prod.gambitprofit.com/api/matches/99fae72c-7360-40c5-a4dc-0bf44e88c6e8/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-19T09:28:02.873418-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",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "9b01e5dd-1a31-4a5a-8c92-6a237d0267e4",
            "gambit_id": "a92eae9c-032d-49ad-9999-06064f481135",
            "last_updated": "2023-08-21T11:03:22.371348-04:00",
            "created_at": "2023-08-19T09:28:02.884060-04:00",
            "name": "Game Total Under 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/121eb747-a755-42b6-b121-2a8048146e15/?format=api"
        },
        {
            "id": "f27b954e-76fb-4836-93b3-5919f15912d8",
            "gambit_id": "2d244cd0-564e-4ca5-8b3b-01a02f62c838",
            "last_updated": "2023-08-21T11:03:22.366700-04:00",
            "created_at": "2023-08-19T09:28:02.878897-04:00",
            "name": "Game Total Over 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/121eb747-a755-42b6-b121-2a8048146e15/?format=api"
        }
    ]
}