GET /api/bet_types/a6f64818-bcda-477e-8623-2af9105c80f8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a6f64818-bcda-477e-8623-2af9105c80f8",
    "match": "https://api-prod.gambitprofit.com/api/matches/43a846e0-c8a1-47f0-9237-1a33ff09fa0c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-09T14:53:16.627441-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.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "51394bb5-ef50-4b0d-ad07-f3ac6ef012bf",
            "gambit_id": "de3deb6a-a1c5-4b84-a0a2-3ea7d64f5adf",
            "last_updated": "2023-08-10T15:13:05.269641-04:00",
            "created_at": "2023-08-09T14:53:16.631627-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6f64818-bcda-477e-8623-2af9105c80f8/?format=api"
        },
        {
            "id": "f5091896-f898-4334-913b-fb2749672301",
            "gambit_id": "da6d782a-2734-4c53-80c6-0513f5239255",
            "last_updated": "2023-08-10T15:13:05.285215-04:00",
            "created_at": "2023-08-09T14:53:16.636437-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6f64818-bcda-477e-8623-2af9105c80f8/?format=api"
        }
    ]
}