GET /api/bet_types/b677c49a-6fc7-4df2-8f1c-8e45ffc8065a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b677c49a-6fc7-4df2-8f1c-8e45ffc8065a",
    "match": "https://api-prod.gambitprofit.com/api/matches/70944a23-4c9f-49cf-8129-c9d8aa452e63/?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 Over 2.5",
                "amount": 5604.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4396.0
            }
        ],
        "expected_reward_tokens": 8966.4,
        "profit_sb": -33.6,
        "profit_sb_percentage": -0.37,
        "recommended": false
    },
    "lines": [
        {
            "id": "b7552a33-389e-4271-bb1e-1b2eada157f2",
            "gambit_id": "6214a787-c19b-44da-ac28-adb8cecccec7",
            "last_updated": "2022-08-27T14:37:04.394190-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.60000",
            "odds": "1.67000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b677c49a-6fc7-4df2-8f1c-8e45ffc8065a/?format=api"
        },
        {
            "id": "2e1f0b00-2511-42b8-90fd-3e32662a644d",
            "gambit_id": "b643ad31-0ff6-4bcc-8596-e3ea07d3ff60",
            "last_updated": "2022-08-27T14:37:04.393686-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.04000",
            "odds": "2.15000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b677c49a-6fc7-4df2-8f1c-8e45ffc8065a/?format=api"
        }
    ]
}