GET /api/bet_types/9c813a0c-3f36-439d-a761-96c140d0e3a7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9c813a0c-3f36-439d-a761-96c140d0e3a7",
    "match": "https://api-prod.gambitprofit.com/api/matches/48ceb216-1d84-48c7-8e2d-a15a5d6fb02a/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-27T09:18:13.570552-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 Over 232",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 232",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ecfce676-9039-4737-9f4c-de20673f2715",
            "gambit_id": "e3f7b608-4dda-4674-b664-83c17d7c4a3f",
            "last_updated": "2024-01-29T22:08:15.140984-05:00",
            "created_at": "2024-01-27T09:18:13.573960-05:00",
            "name": "Game Total Over 232",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "232.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c813a0c-3f36-439d-a761-96c140d0e3a7/?format=api"
        },
        {
            "id": "55301da4-bff6-4c81-a91a-72107dd7f1e6",
            "gambit_id": "5659f5f4-0c55-442d-8e5a-e7f5123bf0e7",
            "last_updated": "2024-01-29T22:08:15.145671-05:00",
            "created_at": "2024-01-27T09:18:13.578155-05:00",
            "name": "Game Total Under 232",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "232.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c813a0c-3f36-439d-a761-96c140d0e3a7/?format=api"
        }
    ]
}