GET /api/bet_types/6a490108-16f6-44c0-b307-3147a4e1753e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6a490108-16f6-44c0-b307-3147a4e1753e",
    "match": "https://api-prod.gambitprofit.com/api/matches/2450cad7-382c-41c6-8703-11c7304144f5/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-23T09:28:11.282350-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 7.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "8e4aa84a-efd4-4f04-a37e-76f7310bc0c2",
            "gambit_id": "f5e27c79-1b92-4843-8615-a2eca525d61d",
            "last_updated": "2023-06-26T10:23:06.047614-04:00",
            "created_at": "2023-06-23T09:28:11.285403-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a490108-16f6-44c0-b307-3147a4e1753e/?format=api"
        },
        {
            "id": "e75b35de-ef91-4e69-adee-e8ec8da5d8b2",
            "gambit_id": "e97c8ad1-b506-49b1-9c3f-87e9eca72513",
            "last_updated": "2023-06-26T10:23:06.044949-04:00",
            "created_at": "2023-06-23T09:28:11.283826-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a490108-16f6-44c0-b307-3147a4e1753e/?format=api"
        }
    ]
}