GET /api/bet_types/60b3e0c6-edaf-42b8-a426-4050882e1d0d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "60b3e0c6-edaf-42b8-a426-4050882e1d0d",
    "match": "https://api-prod.gambitprofit.com/api/matches/adcb6375-ad23-49d8-a3aa-5c2c279f4431/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-30T08:58:12.888499-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 227.5",
                "amount": 5094.0
            },
            {
                "team": "Game Total Under 227.5",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "d652bb11-8614-4fe3-9e1c-810f78b360b9",
            "gambit_id": "7ab4b295-bc34-4914-b263-ab1f868badd8",
            "last_updated": "2023-10-31T20:13:10.344679-04:00",
            "created_at": "2023-10-30T08:58:12.892641-04:00",
            "name": "Game Total Over 227.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "227.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60b3e0c6-edaf-42b8-a426-4050882e1d0d/?format=api"
        },
        {
            "id": "4bd423ef-1028-4c34-a89a-70d9225fd8d4",
            "gambit_id": "276a44ae-2307-4013-adb6-fe6c0b0aff9e",
            "last_updated": "2023-10-31T20:13:10.347951-04:00",
            "created_at": "2023-10-30T08:58:12.897532-04:00",
            "name": "Game Total Under 227.5",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "227.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60b3e0c6-edaf-42b8-a426-4050882e1d0d/?format=api"
        }
    ]
}