GET /api/bet_types/c09ffe1f-8801-45ce-aa25-5394bdfcba65/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c09ffe1f-8801-45ce-aa25-5394bdfcba65",
    "match": "https://api-prod.gambitprofit.com/api/matches/a773d849-c93d-44cd-ad84-f0926f6c2c66/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-13T10:18:26.295265-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 8",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "f545fa1b-dcf9-49ee-b665-152e251fa365",
            "gambit_id": "d5380385-7b74-4adf-8bd3-9d3218bce868",
            "last_updated": "2023-08-14T18:38:05.435914-04:00",
            "created_at": "2023-08-13T10:18:26.303181-04:00",
            "name": "Game Total Under 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c09ffe1f-8801-45ce-aa25-5394bdfcba65/?format=api"
        },
        {
            "id": "c890bf9f-6e77-4cac-ade3-9775035ac17a",
            "gambit_id": "260b22a4-f652-41f9-9626-11df62c4f736",
            "last_updated": "2023-08-14T18:38:05.429514-04:00",
            "created_at": "2023-08-13T10:18:26.299249-04:00",
            "name": "Game Total Over 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c09ffe1f-8801-45ce-aa25-5394bdfcba65/?format=api"
        }
    ]
}