GET /api/bet_types/c90c00cf-1b98-41a0-9044-d9905a59895b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c90c00cf-1b98-41a0-9044-d9905a59895b",
    "match": "https://api-prod.gambitprofit.com/api/matches/4ef1b92f-9c74-4317-b7cf-201d7a88343d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-18T12:12:03.298205-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 7.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "76e699d3-7b1d-4cf7-9442-b07b3ddc7e63",
            "gambit_id": "30038409-2765-4b49-b1ab-1ad82ecb1adf",
            "last_updated": "2023-04-19T13:37:13.170406-04:00",
            "created_at": "2023-04-18T12:12:03.301448-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c90c00cf-1b98-41a0-9044-d9905a59895b/?format=api"
        },
        {
            "id": "b07fbc94-2535-485c-b750-ecf46c5c058d",
            "gambit_id": "d133c399-35e3-4ea7-9afc-792e3230ebe4",
            "last_updated": "2023-04-19T13:37:13.167733-04:00",
            "created_at": "2023-04-18T12:12:03.299885-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c90c00cf-1b98-41a0-9044-d9905a59895b/?format=api"
        }
    ]
}