GET /api/bet_types/c42c2cb4-7a7e-4c8c-ac77-ac07db0578ef/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c42c2cb4-7a7e-4c8c-ac77-ac07db0578ef",
    "match": "https://api-prod.gambitprofit.com/api/matches/276e7f11-58a4-4f6c-8206-2dd5ba86ffeb/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-18T09:43:02.379177-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 Under 9",
                "amount": 5317.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "af891932-303e-4917-b217-dae24a7296ac",
            "gambit_id": "42bd7c0c-13bf-47bb-a471-0192847f9b82",
            "last_updated": "2023-06-20T10:48:18.400388-04:00",
            "created_at": "2023-06-18T09:43:02.382312-04:00",
            "name": "Game Total Under 9",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c42c2cb4-7a7e-4c8c-ac77-ac07db0578ef/?format=api"
        },
        {
            "id": "3e098875-b6d1-42e4-be5a-eff1edc00da6",
            "gambit_id": "6819b569-3437-479c-badd-1aff95102afb",
            "last_updated": "2023-06-20T10:48:18.398033-04:00",
            "created_at": "2023-06-18T09:43:02.380736-04:00",
            "name": "Game Total Over 9",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c42c2cb4-7a7e-4c8c-ac77-ac07db0578ef/?format=api"
        }
    ]
}