GET /api/bet_types/dfd17e9d-0e50-4d81-8d2c-61cfda20bc2b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dfd17e9d-0e50-4d81-8d2c-61cfda20bc2b",
    "match": "https://api-prod.gambitprofit.com/api/matches/9c45f8d2-a2eb-46d1-990e-ebaf4c8d32cd/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-03T12:12:09.494033-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": "c9f6e3f6-033e-45ec-af3c-9fd4d23d7c69",
            "gambit_id": "660bac21-dc88-4eda-9ea1-9136d2908828",
            "last_updated": "2023-05-04T10:52:15.030558-04:00",
            "created_at": "2023-05-03T12:12:09.497151-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/dfd17e9d-0e50-4d81-8d2c-61cfda20bc2b/?format=api"
        },
        {
            "id": "a3bf70ea-06a0-46f0-b694-b16650ac9fcb",
            "gambit_id": "e8a7ac43-db09-4b50-bc83-39a23d4a8b88",
            "last_updated": "2023-05-04T10:52:15.029293-04:00",
            "created_at": "2023-05-03T12:12:09.495620-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/dfd17e9d-0e50-4d81-8d2c-61cfda20bc2b/?format=api"
        }
    ]
}