GET /api/bet_types/337dbeba-a8c5-4605-adf3-178d1935efc1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "337dbeba-a8c5-4605-adf3-178d1935efc1",
    "match": "https://api-prod.gambitprofit.com/api/matches/59f8bdf7-5d8d-4af9-b2db-dcb6bf4acd15/?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 47.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 47.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "f4cf4fec-00b7-49ef-a604-3a991dc17b44",
            "gambit_id": "58755305-d953-4439-b750-d2534687b927",
            "last_updated": "2022-11-28T09:32:05.762897-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 47.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "47.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/337dbeba-a8c5-4605-adf3-178d1935efc1/?format=api"
        },
        {
            "id": "c962da82-ebb8-4986-8d54-6687648cbbd8",
            "gambit_id": "2b52f065-a5c2-4ff6-a0d3-19482dd1c7fd",
            "last_updated": "2022-11-28T09:32:05.764000-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 47.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "47.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/337dbeba-a8c5-4605-adf3-178d1935efc1/?format=api"
        }
    ]
}