GET /api/bet_types/ae04fdc3-6e30-4426-93b0-131e0fa3a74f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ae04fdc3-6e30-4426-93b0-131e0fa3a74f",
    "match": "https://api-prod.gambitprofit.com/api/matches/d15853d5-05c9-42df-a034-54d32c682ce6/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-30T10:43:13.554119-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 231",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 231",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "c7c534d7-a27c-407d-9c4b-5d2d2c557ab9",
            "gambit_id": "865e286f-7ca3-4147-a1db-31eb355c1ffb",
            "last_updated": "2024-01-01T13:28:22.802111-05:00",
            "created_at": "2023-12-30T10:43:13.557763-05:00",
            "name": "Game Total Over 231",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "231.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae04fdc3-6e30-4426-93b0-131e0fa3a74f/?format=api"
        },
        {
            "id": "63fc483a-660e-4665-8556-4215a9f9c79d",
            "gambit_id": "28fc86f0-93a1-4a9c-94c6-9349fac20c91",
            "last_updated": "2024-01-01T13:28:22.806042-05:00",
            "created_at": "2023-12-30T10:43:13.562251-05:00",
            "name": "Game Total Under 231",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "231.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae04fdc3-6e30-4426-93b0-131e0fa3a74f/?format=api"
        }
    ]
}