GET /api/bet_types/6188f4e4-2389-4e3a-8866-1d1c1954fcf0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6188f4e4-2389-4e3a-8866-1d1c1954fcf0",
    "match": "https://api-prod.gambitprofit.com/api/matches/b38b0abd-4336-4408-830c-505648cc172e/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-09T09:23:03.232489-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 6",
                "amount": 5319.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "1a411769-fdad-4368-a66c-509610f5ab49",
            "gambit_id": "64191115-3bb8-4e20-bd00-1331638ee559",
            "last_updated": "2024-01-11T11:13:04.748003-05:00",
            "created_at": "2024-01-09T09:23:03.236941-05:00",
            "name": "Game Total Over 6",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6188f4e4-2389-4e3a-8866-1d1c1954fcf0/?format=api"
        },
        {
            "id": "5c82d42c-3534-4731-b2d4-d31cf702ea43",
            "gambit_id": "16594004-b633-4180-b554-45baa3ca2795",
            "last_updated": "2024-01-11T11:13:04.751333-05:00",
            "created_at": "2024-01-09T09:23:03.242182-05:00",
            "name": "Game Total Under 6",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6188f4e4-2389-4e3a-8866-1d1c1954fcf0/?format=api"
        }
    ]
}