GET /api/bet_types/9d540a00-a94a-492f-b9ed-8ce0ab248ba3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9d540a00-a94a-492f-b9ed-8ce0ab248ba3",
    "match": "https://api-prod.gambitprofit.com/api/matches/449e7dbd-1845-4dde-a28a-324eea189616/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-16T10:23:23.162851-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 7.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "c34fb089-e6cb-45cf-936c-d6d00a210371",
            "gambit_id": "697ae3e3-44a5-4d8b-922e-1318a39899b8",
            "last_updated": "2023-08-18T10:18:05.314826-04:00",
            "created_at": "2023-08-16T10:23:23.172062-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d540a00-a94a-492f-b9ed-8ce0ab248ba3/?format=api"
        },
        {
            "id": "6a6cdfeb-20d1-4238-b0e8-f39e546bab84",
            "gambit_id": "eb3a5e71-bfec-4c76-9390-1321e0feb6aa",
            "last_updated": "2023-08-18T10:18:05.310893-04:00",
            "created_at": "2023-08-16T10:23:23.166666-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d540a00-a94a-492f-b9ed-8ce0ab248ba3/?format=api"
        }
    ]
}