GET /api/bet_types/801ca5bd-d306-4af9-a72f-ea6b29bde4d0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "801ca5bd-d306-4af9-a72f-ea6b29bde4d0",
    "match": "https://api-prod.gambitprofit.com/api/matches/c9ee4054-e216-4aa0-a8e1-6ccca1e906cf/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-31T10:23:05.045892-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 7.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "4172fc7d-7c49-4fb5-a6f2-f5337e00669f",
            "gambit_id": "36dbd2a3-8867-4043-8aee-696e57592cac",
            "last_updated": "2023-08-01T10:58:21.044584-04:00",
            "created_at": "2023-07-31T10:23:05.053912-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/801ca5bd-d306-4af9-a72f-ea6b29bde4d0/?format=api"
        },
        {
            "id": "c9cfc2c3-de66-4326-bcbf-6f913f0c3f92",
            "gambit_id": "a8b50420-bb8f-4a07-9da6-d85494d605a8",
            "last_updated": "2023-08-01T10:58:21.036175-04:00",
            "created_at": "2023-07-31T10:23:05.049940-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/801ca5bd-d306-4af9-a72f-ea6b29bde4d0/?format=api"
        }
    ]
}