GET /api/bet_types/4546a204-a67a-4c45-89dd-5870314d3a3a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4546a204-a67a-4c45-89dd-5870314d3a3a",
    "match": "https://api-prod.gambitprofit.com/api/matches/4d380d63-b993-4531-adb7-90a69c8c658d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-02T09:57:10.158745-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 226",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 226",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "9d98f221-68ba-4aab-adb5-75e3a06581c2",
            "gambit_id": "7975201c-c174-40e5-87cc-5ba9cafa9d11",
            "last_updated": "2023-04-03T20:17:11.813937-04:00",
            "created_at": "2023-04-02T09:57:10.162703-04:00",
            "name": "Game Total Over 226",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "226.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4546a204-a67a-4c45-89dd-5870314d3a3a/?format=api"
        },
        {
            "id": "b4a9330e-db8c-4155-b5b9-2e240e5e54a1",
            "gambit_id": "df81aaed-eee5-4a5b-b78e-9028d27b1912",
            "last_updated": "2023-04-03T20:17:11.811480-04:00",
            "created_at": "2023-04-02T09:57:10.160666-04:00",
            "name": "Game Total Under 226",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "226.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4546a204-a67a-4c45-89dd-5870314d3a3a/?format=api"
        }
    ]
}