GET /api/bet_types/9ec3eb39-4571-42af-bebe-6b195a5e2046/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9ec3eb39-4571-42af-bebe-6b195a5e2046",
    "match": "https://api-prod.gambitprofit.com/api/matches/751d3123-6ea0-4c59-92fc-06c04257df88/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-07T09:41:56.201345-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": "Game Total Over 6.5",
                "amount": 5421.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4579.0
            }
        ],
        "expected_reward_tokens": 9432.54,
        "profit_sb": -67.46,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "35c27e9b-4404-4251-968d-68bd6da895bf",
            "gambit_id": "692c487b-5a55-4b60-a418-cd33db6946b9",
            "last_updated": "2023-03-08T10:52:02.894462-05:00",
            "created_at": "2023-03-07T09:41:56.204147-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ec3eb39-4571-42af-bebe-6b195a5e2046/?format=api"
        },
        {
            "id": "90e2dab8-4cfa-48f6-9980-5a52bff512e6",
            "gambit_id": "8408e77d-44d9-4308-bade-a1d6de6a0aa5",
            "last_updated": "2023-03-08T10:52:02.893294-05:00",
            "created_at": "2023-03-07T09:41:56.202718-05:00",
            "name": "Game Total Under 6.5",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ec3eb39-4571-42af-bebe-6b195a5e2046/?format=api"
        }
    ]
}