GET /api/bet_types/1689c426-357d-4f6a-afc9-ace197c861f1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1689c426-357d-4f6a-afc9-ace197c861f1",
    "match": "https://api-prod.gambitprofit.com/api/matches/7c93fa0d-839d-4663-9570-786d8e86931f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-15T10:23:10.313580-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 Under 9",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "5a25030a-6b13-4560-bb53-8d8c70cee6a2",
            "gambit_id": "2b5401f4-0dd1-4a9e-b347-168b31bd25ae",
            "last_updated": "2023-07-17T10:18:27.674430-04:00",
            "created_at": "2023-07-15T10:23:10.316633-04:00",
            "name": "Game Total Under 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1689c426-357d-4f6a-afc9-ace197c861f1/?format=api"
        },
        {
            "id": "fab1a152-8c84-4c1e-95d0-f437be953d4c",
            "gambit_id": "ed8fabd3-8b39-4e10-aaf9-2f6ef5f8ecea",
            "last_updated": "2023-07-17T10:18:27.673109-04:00",
            "created_at": "2023-07-15T10:23:10.315102-04:00",
            "name": "Game Total Over 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1689c426-357d-4f6a-afc9-ace197c861f1/?format=api"
        }
    ]
}