GET /api/bet_types/2be95fcb-8178-4db3-9101-7de600c002b8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2be95fcb-8178-4db3-9101-7de600c002b8",
    "match": "https://api-prod.gambitprofit.com/api/matches/34c55a44-6622-4adb-9a98-30576727392d/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-05: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 8.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9100.0,
        "profit_sb": 100.0,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "83b9ae50-cff2-4edb-929e-2fb1cb431c18",
            "gambit_id": "ad18e1df-a8f9-4354-ba01-dc1e9df13687",
            "last_updated": "2022-08-21T12:57:12.417447-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8.5",
            "reward": "1.82000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2be95fcb-8178-4db3-9101-7de600c002b8/?format=api"
        },
        {
            "id": "46ff8710-f244-48e1-a646-ad9595aef082",
            "gambit_id": "a07d5241-e570-4b14-9646-49bf6af3bc56",
            "last_updated": "2022-08-21T12:57:12.418031-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8.5",
            "reward": "1.82000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2be95fcb-8178-4db3-9101-7de600c002b8/?format=api"
        }
    ]
}