GET /api/bet_types/18f28cd3-6322-40fe-851c-e62c48714c38/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "18f28cd3-6322-40fe-851c-e62c48714c38",
    "match": "https://api-prod.gambitprofit.com/api/matches/8f0c6b14-1c78-4d4d-a101-c3cc1cce1560/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-15T09:07:11.395656-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 6.5",
                "amount": 5512.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "2f4841e6-e9ce-4aac-96c4-8e2bfb596590",
            "gambit_id": "981735fb-f7d4-42a6-9996-60a75a17a9c6",
            "last_updated": "2023-03-16T17:37:23.846271-04:00",
            "created_at": "2023-03-15T09:07:11.401027-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/18f28cd3-6322-40fe-851c-e62c48714c38/?format=api"
        },
        {
            "id": "42a39e97-afb7-493f-ac56-6cd5fa2c115d",
            "gambit_id": "1dfb05f3-7088-4d89-b78a-3c5864530387",
            "last_updated": "2023-03-16T17:37:23.844157-04:00",
            "created_at": "2023-03-15T09:07:11.398330-04:00",
            "name": "Game Total Under 6.5",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/18f28cd3-6322-40fe-851c-e62c48714c38/?format=api"
        }
    ]
}