GET /api/bet_types/a8158483-f134-4834-8e73-e45ae908a678/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a8158483-f134-4834-8e73-e45ae908a678",
    "match": "https://api-prod.gambitprofit.com/api/matches/9d71d345-eeff-46b7-9558-4f377b6e321c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-19T09:28:01.815488-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 Over 8",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "411bcddf-3624-4e8e-a0fb-a9823b0861f9",
            "gambit_id": "d919cb25-d2fe-4fff-9576-8b07983edc0f",
            "last_updated": "2023-08-21T11:08:27.561338-04:00",
            "created_at": "2023-08-19T09:28:01.820972-04:00",
            "name": "Game Total Over 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8158483-f134-4834-8e73-e45ae908a678/?format=api"
        },
        {
            "id": "ae61fa16-a6d0-4755-9efb-1a538c9e9ace",
            "gambit_id": "adf32f65-ed90-4292-8174-26ac210deb93",
            "last_updated": "2023-08-21T11:08:27.564722-04:00",
            "created_at": "2023-08-19T09:28:01.826986-04:00",
            "name": "Game Total Under 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8158483-f134-4834-8e73-e45ae908a678/?format=api"
        }
    ]
}