GET /api/bet_types/0f24d6af-2298-4bca-a8ac-f67aede60db6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0f24d6af-2298-4bca-a8ac-f67aede60db6",
    "match": "https://api-prod.gambitprofit.com/api/matches/0ba58628-09a1-459c-b0a8-12ca7e61edbc/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-17T10:27:14.986798-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 Under 2.5",
                "amount": 5520.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4480.0
            }
        ],
        "expected_reward_tokens": 9273.6,
        "profit_sb": -226.4,
        "profit_sb_percentage": -2.38,
        "recommended": false
    },
    "lines": [
        {
            "id": "daec3f93-f6b8-4d9f-a6c0-7d0ee3ff6f99",
            "gambit_id": "4fd7d662-5bac-46a3-b672-45eedb4cfdd6",
            "last_updated": "2023-02-19T16:12:16.521348-05:00",
            "created_at": "2023-02-17T10:27:14.988135-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.68000",
            "odds": "1.70000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f24d6af-2298-4bca-a8ac-f67aede60db6/?format=api"
        },
        {
            "id": "71cca429-75d9-4a77-a377-253992b700f4",
            "gambit_id": "575cf41c-9f89-4630-b7af-d0a08bc788d4",
            "last_updated": "2023-02-19T16:12:16.522690-05:00",
            "created_at": "2023-02-17T10:27:14.989489-05:00",
            "name": "Game Total Over 2.5",
            "reward": "2.07000",
            "odds": "2.10000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f24d6af-2298-4bca-a8ac-f67aede60db6/?format=api"
        }
    ]
}