GET /api/bet_types/c5a44ed3-c1bf-4247-960a-3b947620bdeb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c5a44ed3-c1bf-4247-960a-3b947620bdeb",
    "match": "https://api-prod.gambitprofit.com/api/matches/f65d3ecb-476f-4b4c-88ba-2d2905e80646/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-11T09:31:57.619200-04: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 7.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "bcb3cdb9-662d-4406-9ce9-5d54c19963ff",
            "gambit_id": "a1ab27d3-9d17-4cf6-9f02-6870ff8292ef",
            "last_updated": "2023-04-12T09:51:57.175983-04:00",
            "created_at": "2023-04-11T09:31:57.622261-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5a44ed3-c1bf-4247-960a-3b947620bdeb/?format=api"
        },
        {
            "id": "f2e3a962-69ff-4734-8729-ac8b9cd1e2bb",
            "gambit_id": "ceb896b7-9215-4d6f-9259-ed169dfe0c46",
            "last_updated": "2023-04-12T09:51:57.178476-04:00",
            "created_at": "2023-04-11T09:31:57.624875-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5a44ed3-c1bf-4247-960a-3b947620bdeb/?format=api"
        }
    ]
}