GET /api/bet_types/df075ed1-00a1-4ae2-93e1-b791fd25c25b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "df075ed1-00a1-4ae2-93e1-b791fd25c25b",
    "match": "https://api-prod.gambitprofit.com/api/matches/2844a7dc-d02f-4c93-9d9e-a167780ffa90/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-20T08:33:19.007654-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 8.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "0a8fcefd-ef37-4bc8-b533-c8effdbd477a",
            "gambit_id": "64cc337d-2558-4450-a665-49f28fff0301",
            "last_updated": "2023-06-22T10:18:01.927496-04:00",
            "created_at": "2023-06-20T08:33:19.009877-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df075ed1-00a1-4ae2-93e1-b791fd25c25b/?format=api"
        },
        {
            "id": "ab37e532-8032-44b3-a9cc-ded05b824d48",
            "gambit_id": "40c4602d-854d-45c8-b4b5-56e9a4020444",
            "last_updated": "2023-06-22T10:18:01.930444-04:00",
            "created_at": "2023-06-20T08:33:19.012202-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df075ed1-00a1-4ae2-93e1-b791fd25c25b/?format=api"
        }
    ]
}