GET /api/bet_types/050ab16c-1602-47ad-a94b-50b90fd6502c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "050ab16c-1602-47ad-a94b-50b90fd6502c",
    "match": "https://api-prod.gambitprofit.com/api/matches/1b0adb75-6080-4f1d-bc2c-6a5b055b72a4/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 63.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 63.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "4b46c81d-1b6e-491f-9f80-164769232b2a",
            "gambit_id": "a7b0b5d7-9a93-4122-90bf-d0a9a78580db",
            "last_updated": "2022-11-14T09:43:41.671597-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 63.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "63.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/050ab16c-1602-47ad-a94b-50b90fd6502c/?format=api"
        },
        {
            "id": "d216241f-dbab-402d-804c-e05be334c097",
            "gambit_id": "a350ab30-987a-4491-8892-75f3ff069c5c",
            "last_updated": "2022-11-14T09:43:41.673252-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 63.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "63.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/050ab16c-1602-47ad-a94b-50b90fd6502c/?format=api"
        }
    ]
}