GET /api/bet_types/289dcaa7-16ce-4f33-b338-b3b6d8300c8d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "289dcaa7-16ce-4f33-b338-b3b6d8300c8d",
    "match": "https://api-prod.gambitprofit.com/api/matches/efc060d3-3d84-45cd-80e1-452dea7a4e55/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-30T17:46:53.754184-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 234",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 234",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "9367468f-1cd0-494c-bcd6-4252abae3d8d",
            "gambit_id": "f2767e93-1b65-4495-ae27-419392841f4f",
            "last_updated": "2023-01-31T09:07:12.392294-05:00",
            "created_at": "2023-01-30T17:46:53.755480-05:00",
            "name": "Game Total Under 234",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "234.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/289dcaa7-16ce-4f33-b338-b3b6d8300c8d/?format=api"
        },
        {
            "id": "8c6fc7e1-de48-4ac0-aedb-979b0fe3d06d",
            "gambit_id": "cc13d088-c423-47e3-ba2e-1d5d8ca56322",
            "last_updated": "2023-01-31T09:07:12.393407-05:00",
            "created_at": "2023-01-30T17:46:53.756833-05:00",
            "name": "Game Total Over 234",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "234.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/289dcaa7-16ce-4f33-b338-b3b6d8300c8d/?format=api"
        }
    ]
}