GET /api/bet_types/d645e438-a0b5-4a26-9669-806969e8537e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d645e438-a0b5-4a26-9669-806969e8537e",
    "match": "https://api-prod.gambitprofit.com/api/matches/3eb388a9-7b0c-4e7f-a0de-95864f40b5b0/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-15T12:27:22.363062-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": "Total Rounds Over 2.5",
                "amount": 6402.0
            },
            {
                "team": "Total Rounds Under 2.5",
                "amount": 3598.0
            }
        ],
        "expected_reward_tokens": 9282.84,
        "profit_sb": -217.16,
        "profit_sb_percentage": -2.29,
        "recommended": false
    },
    "lines": [
        {
            "id": "c40bfdc3-66c0-4765-810d-e8c60c7939d2",
            "gambit_id": "c8787cdd-0ebb-4242-a4ae-37be55eb15cc",
            "last_updated": "2023-04-17T11:42:06.766100-04:00",
            "created_at": "2023-04-15T12:27:22.365938-04:00",
            "name": "Total Rounds Over 2.5",
            "reward": "1.45000",
            "odds": "1.47620",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d645e438-a0b5-4a26-9669-806969e8537e/?format=api"
        },
        {
            "id": "d9a38ead-50fa-4235-bdae-4f824977b6c5",
            "gambit_id": "a80dfd28-bb99-4bbb-9f72-1fdeeb909b23",
            "last_updated": "2023-04-17T11:42:06.763608-04:00",
            "created_at": "2023-04-15T12:27:22.364467-04:00",
            "name": "Total Rounds Under 2.5",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d645e438-a0b5-4a26-9669-806969e8537e/?format=api"
        }
    ]
}