GET /api/bet_types/ab137fbc-e1f5-4e73-8ae6-bca018e0c71b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ab137fbc-e1f5-4e73-8ae6-bca018e0c71b",
    "match": "https://api-prod.gambitprofit.com/api/matches/0552ac57-87c4-45c5-854d-419a369a2bc2/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-10T09:38:07.286146-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 9",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "dbb98ddd-0a7a-4821-a531-623077155c97",
            "gambit_id": "cdca49d1-d7d0-4c5d-9237-f2ddfa9376b5",
            "last_updated": "2023-06-11T10:28:02.296713-04:00",
            "created_at": "2023-06-10T09:38:07.288181-04:00",
            "name": "Game Total Over 9",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab137fbc-e1f5-4e73-8ae6-bca018e0c71b/?format=api"
        },
        {
            "id": "d9078129-2022-4399-90f5-e11c438761ec",
            "gambit_id": "c2a8e025-5c5e-45cc-99db-049df76c5da0",
            "last_updated": "2023-06-11T10:28:02.298300-04:00",
            "created_at": "2023-06-10T09:38:07.290402-04:00",
            "name": "Game Total Under 9",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab137fbc-e1f5-4e73-8ae6-bca018e0c71b/?format=api"
        }
    ]
}