GET /api/bet_types/57e829c8-9444-441c-96f6-7c1a297e256f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "57e829c8-9444-441c-96f6-7c1a297e256f",
    "match": "https://api-prod.gambitprofit.com/api/matches/fc7e0f5a-42b7-495e-88b8-89b338d14a68/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-15T08:58:24.775359-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 12.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 12.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "8f8f2580-a54d-4e8b-bf63-3ed709b7671d",
            "gambit_id": "93c55022-1c3d-4673-9f72-698262d1cb2e",
            "last_updated": "2023-08-17T13:18:08.167341-04:00",
            "created_at": "2023-08-15T08:58:24.779760-04:00",
            "name": "Game Total Over 12.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "12.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57e829c8-9444-441c-96f6-7c1a297e256f/?format=api"
        },
        {
            "id": "a840979d-69a9-46d4-b313-5de90c3dd2e3",
            "gambit_id": "543ae7d4-e161-4ea2-b5be-f3f05ad5a31d",
            "last_updated": "2023-08-17T13:18:08.172828-04:00",
            "created_at": "2023-08-15T08:58:24.785842-04:00",
            "name": "Game Total Under 12.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "12.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57e829c8-9444-441c-96f6-7c1a297e256f/?format=api"
        }
    ]
}