GET /api/bet_types/d3fc7fa6-bc29-4ec8-bfbb-1787b2201a96/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d3fc7fa6-bc29-4ec8-bfbb-1787b2201a96",
    "match": "https://api-prod.gambitprofit.com/api/matches/98de4fff-3026-4a43-9008-ca3f8be57c52/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 7.5",
                "amount": 5302.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4698.0
            }
        ],
        "expected_reward_tokens": 9066.42,
        "profit_sb": 66.42,
        "profit_sb_percentage": 0.74,
        "recommended": true
    },
    "lines": [
        {
            "id": "7d634942-d840-4751-a7b8-25950bcbdee9",
            "gambit_id": "9bdbbd9f-7132-4b04-8218-e6301c9a471f",
            "last_updated": "2022-09-12T10:52:17.946582-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7.5",
            "reward": "1.71000",
            "odds": "1.80000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3fc7fa6-bc29-4ec8-bfbb-1787b2201a96/?format=api"
        },
        {
            "id": "228d82fe-4276-4023-84a7-58e4ead75d4c",
            "gambit_id": "e0c44d97-3d2e-45a0-8c6d-c128fc1260a4",
            "last_updated": "2022-09-12T10:52:17.947561-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7.5",
            "reward": "1.93000",
            "odds": "2.05000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3fc7fa6-bc29-4ec8-bfbb-1787b2201a96/?format=api"
        }
    ]
}