GET /api/bet_types/6aff55d7-d63c-41b0-a897-1b0e9c1cda57/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6aff55d7-d63c-41b0-a897-1b0e9c1cda57",
    "match": "https://api-prod.gambitprofit.com/api/matches/29e31dfe-bea1-4ed5-b1d5-d1c2cab32219/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-12T09:23:02.323368-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.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 9.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "242dc78d-2b73-4689-99e5-e6877cc98c3c",
            "gambit_id": "cc019d21-4c8a-4586-8459-c7cbbc174fc8",
            "last_updated": "2023-09-15T16:28:16.833878-04:00",
            "created_at": "2023-09-12T09:23:02.327822-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6aff55d7-d63c-41b0-a897-1b0e9c1cda57/?format=api"
        },
        {
            "id": "80387ddc-34ef-4bb4-88fe-a2492bec8266",
            "gambit_id": "def62c06-8565-4aa7-8775-bedb724fccbf",
            "last_updated": "2023-09-15T16:28:16.837770-04:00",
            "created_at": "2023-09-12T09:23:02.338278-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6aff55d7-d63c-41b0-a897-1b0e9c1cda57/?format=api"
        }
    ]
}