GET /api/bet_types/7fbfb7d6-3bc3-40da-bc8d-a3eee8779659/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7fbfb7d6-3bc3-40da-bc8d-a3eee8779659",
    "match": "https://api-prod.gambitprofit.com/api/matches/61460ce7-fa33-4faa-b3a7-4ccb36afba0e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-11T09:38:00.138329-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 222.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 222.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "1e71426e-b936-4f2b-9090-4c662fad6511",
            "gambit_id": "a1baccfa-65af-4916-b7eb-be2508bd71c0",
            "last_updated": "2023-12-12T21:48:20.830394-05:00",
            "created_at": "2023-12-11T09:38:00.145742-05:00",
            "name": "Game Total Under 222.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "222.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7fbfb7d6-3bc3-40da-bc8d-a3eee8779659/?format=api"
        },
        {
            "id": "427f4173-af9f-4855-a9bb-acf51215a73b",
            "gambit_id": "a01d5058-747e-4b1f-b56c-e2255bb09362",
            "last_updated": "2023-12-12T21:48:20.826682-05:00",
            "created_at": "2023-12-11T09:38:00.141871-05:00",
            "name": "Game Total Over 222.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "222.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7fbfb7d6-3bc3-40da-bc8d-a3eee8779659/?format=api"
        }
    ]
}