GET /api/bet_types/c1653db9-8b2c-429f-8d77-2ad832f3f48f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c1653db9-8b2c-429f-8d77-2ad832f3f48f",
    "match": "https://api-prod.gambitprofit.com/api/matches/e8a8aadb-c163-4bd9-9fd5-62ec764d3c62/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-18T08:43:13.292451-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 9",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "128c543a-6a8e-4a46-be60-00d10202fb59",
            "gambit_id": "e3a29dd2-a187-4b46-90d7-2f69525f6400",
            "last_updated": "2023-08-21T10:23:07.363865-04:00",
            "created_at": "2023-08-18T08:43:13.302390-04:00",
            "name": "Game Total Under 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1653db9-8b2c-429f-8d77-2ad832f3f48f/?format=api"
        },
        {
            "id": "70d3a6a4-86e6-4129-b754-c12a7d5b93e4",
            "gambit_id": "dc3769fa-2746-45d1-8d0d-978e949dd8b5",
            "last_updated": "2023-08-21T10:23:07.360440-04:00",
            "created_at": "2023-08-18T08:43:13.296825-04:00",
            "name": "Game Total Over 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1653db9-8b2c-429f-8d77-2ad832f3f48f/?format=api"
        }
    ]
}