GET /api/bet_types/f3a7ecca-7202-400a-85cc-063155822511/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f3a7ecca-7202-400a-85cc-063155822511",
    "match": "https://api-prod.gambitprofit.com/api/matches/8c643717-2e32-4ea9-9ccb-3706f2e43cfb/?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 240",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 240",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8950.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "3e931f34-894f-45c3-ab89-fb7b8d4c0a1c",
            "gambit_id": "0bb1146b-549c-47a0-91a6-c6fc4c6bd3e8",
            "last_updated": "2022-12-22T10:32:27.628701-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 240",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "240.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3a7ecca-7202-400a-85cc-063155822511/?format=api"
        },
        {
            "id": "2dbcfb2b-d625-48f7-a500-a16261d3e24c",
            "gambit_id": "62c0a311-4b1b-4692-b5c0-8ae5ddcf9980",
            "last_updated": "2022-12-22T10:32:27.629878-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 240",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "240.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3a7ecca-7202-400a-85cc-063155822511/?format=api"
        }
    ]
}