GET /api/bet_types/c36c7099-e931-437c-bd9b-2f943350a7b4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c36c7099-e931-437c-bd9b-2f943350a7b4",
    "match": "https://api-prod.gambitprofit.com/api/matches/610544f5-e4ab-4324-9e79-c00a078449a2/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-30T17:46:52.691568-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 231.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 231.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "0a26310d-c888-474c-a737-550b0a7e2c03",
            "gambit_id": "e445f0e4-4d74-4be7-8154-92f3b7729831",
            "last_updated": "2023-01-31T09:12:13.662767-05:00",
            "created_at": "2023-01-30T17:46:52.692908-05:00",
            "name": "Game Total Under 231.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "231.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c36c7099-e931-437c-bd9b-2f943350a7b4/?format=api"
        },
        {
            "id": "105a90c8-4b4c-4a3d-bc78-4801d3793fc6",
            "gambit_id": "d1867827-aec6-44a4-9a6f-45839fe1eb8c",
            "last_updated": "2023-01-31T09:12:13.664064-05:00",
            "created_at": "2023-01-30T17:46:52.694445-05:00",
            "name": "Game Total Over 231.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "231.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c36c7099-e931-437c-bd9b-2f943350a7b4/?format=api"
        }
    ]
}