GET /api/bet_types/3f081791-c5fb-467f-b9ef-b19fe3454db4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3f081791-c5fb-467f-b9ef-b19fe3454db4",
    "match": "https://api-prod.gambitprofit.com/api/matches/c772448d-b5e8-4c97-9ff6-7fd4d333a800/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-02T10:32:06.601752-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 9",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "34460566-0578-4b2d-a7b5-8bed611e3c16",
            "gambit_id": "a60ea4c8-7ed6-47ac-be64-3d74948e262c",
            "last_updated": "2023-06-09T19:08:11.918957-04:00",
            "created_at": "2023-06-02T10:32:06.604112-04:00",
            "name": "Game Total Over 9",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f081791-c5fb-467f-b9ef-b19fe3454db4/?format=api"
        },
        {
            "id": "e0ecbeb8-12f5-42d3-84b6-f5405850bdfd",
            "gambit_id": "f39c7342-4492-4390-8d88-1ff8994d26e2",
            "last_updated": "2023-06-09T19:08:11.920446-04:00",
            "created_at": "2023-06-02T10:32:06.606467-04:00",
            "name": "Game Total Under 9",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f081791-c5fb-467f-b9ef-b19fe3454db4/?format=api"
        }
    ]
}