GET /api/bet_types/3f09b46b-5815-4db9-9f28-85fc49b5a68f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3f09b46b-5815-4db9-9f28-85fc49b5a68f",
    "match": "https://api-prod.gambitprofit.com/api/matches/dc0359e3-a901-43e1-8d4d-13aa07e4257d/?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": "Total Rounds Over 1.5",
                "amount": 5571.0
            },
            {
                "team": "Total Rounds Under 1.5",
                "amount": 4429.0
            }
        ],
        "expected_reward_tokens": 9079.45,
        "profit_sb": 79.45,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "63985cd8-1464-44e4-85c7-e23d3d242530",
            "gambit_id": "90775e8c-8edb-433c-b396-9ebf5c22cd67",
            "last_updated": "2022-08-15T11:17:19.670541-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Total Rounds Over 1.5",
            "reward": "1.63000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f09b46b-5815-4db9-9f28-85fc49b5a68f/?format=api"
        },
        {
            "id": "dbbc86f8-66f7-40ec-bcda-2b566ea90f43",
            "gambit_id": "8a29678f-cede-4a56-aabe-9aac4ed3d37a",
            "last_updated": "2022-08-15T11:17:19.671077-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Total Rounds Under 1.5",
            "reward": "2.05000",
            "odds": "2.15000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f09b46b-5815-4db9-9f28-85fc49b5a68f/?format=api"
        }
    ]
}