GET /api/bet_types/5ef44b7c-0f90-4c0b-9dbd-a6f26e6b7207/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5ef44b7c-0f90-4c0b-9dbd-a6f26e6b7207",
    "match": "https://api-prod.gambitprofit.com/api/matches/d084d49b-7d77-4575-b117-891e35f6947b/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-03T09:37:58.456437-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 241",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 241",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "a25ad2e3-f1bf-4e2f-8caa-c3fcf52db6b1",
            "gambit_id": "ab9097be-4a7e-4338-af0a-449db2d67a3d",
            "last_updated": "2024-01-05T13:53:02.454425-05:00",
            "created_at": "2024-01-03T09:37:58.461412-05:00",
            "name": "Game Total Over 241",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "241.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ef44b7c-0f90-4c0b-9dbd-a6f26e6b7207/?format=api"
        },
        {
            "id": "fc65ab71-0bed-473c-81cb-0cc40197f1ed",
            "gambit_id": "250a3c3c-acb5-4ea9-9fd5-aa7402de7318",
            "last_updated": "2024-01-05T13:53:02.457745-05:00",
            "created_at": "2024-01-03T09:37:58.466038-05:00",
            "name": "Game Total Under 241",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "241.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ef44b7c-0f90-4c0b-9dbd-a6f26e6b7207/?format=api"
        }
    ]
}