GET /api/bet_types/c51db588-7f53-4c78-996c-d18a5c988035/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c51db588-7f53-4c78-996c-d18a5c988035",
    "match": "https://api-prod.gambitprofit.com/api/matches/7a9e81b0-ee74-4023-9a04-838475fac32b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-21T10:28:20.154376-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 Over 7",
                "amount": 5421.0
            },
            {
                "team": "Game Total Under 7",
                "amount": 4579.0
            }
        ],
        "expected_reward_tokens": 9432.54,
        "profit_sb": -67.46,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "5f2bf19b-6167-4ea8-bd36-45e7b607ba1f",
            "gambit_id": "fe7e892a-9cdd-4ea2-8254-2457c5cc96b3",
            "last_updated": "2023-06-22T10:58:35.718490-04:00",
            "created_at": "2023-06-21T10:28:20.156388-04:00",
            "name": "Game Total Over 7",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c51db588-7f53-4c78-996c-d18a5c988035/?format=api"
        },
        {
            "id": "511c8116-a0d1-4971-a83b-4b11df0f6756",
            "gambit_id": "c0ed3af0-d16f-468e-8f34-1a8be471fea2",
            "last_updated": "2023-06-22T10:58:35.720877-04:00",
            "created_at": "2023-06-21T10:28:20.158456-04:00",
            "name": "Game Total Under 7",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c51db588-7f53-4c78-996c-d18a5c988035/?format=api"
        }
    ]
}