GET /api/bet_types/26a97957-e226-447d-9f05-eb26864a2bbe/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "26a97957-e226-447d-9f05-eb26864a2bbe",
    "match": "https://api-prod.gambitprofit.com/api/matches/7becef2c-268e-450c-be95-954463c79fff/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-27T10:52:08.774633-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 8",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "9868ebf0-c8a4-4fef-95bb-5fd45683accf",
            "gambit_id": "04b8d2ce-d11d-4a46-81e3-c87ed5dfa7bf",
            "last_updated": "2023-05-29T11:47:21.380228-04:00",
            "created_at": "2023-05-27T10:52:08.777002-04:00",
            "name": "Game Total Over 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26a97957-e226-447d-9f05-eb26864a2bbe/?format=api"
        },
        {
            "id": "747bb92b-bd4a-4f18-ac35-1df12c5d9709",
            "gambit_id": "be7954c4-7d35-45c4-8743-305407bb1845",
            "last_updated": "2023-05-29T11:47:21.383244-04:00",
            "created_at": "2023-05-27T10:52:08.780408-04:00",
            "name": "Game Total Under 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26a97957-e226-447d-9f05-eb26864a2bbe/?format=api"
        }
    ]
}