GET /api/bet_types/0c58819a-ea46-426f-b471-0b5a52ff0f36/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0c58819a-ea46-426f-b471-0b5a52ff0f36",
    "match": "https://api-prod.gambitprofit.com/api/matches/fe268cb5-9d3b-47e6-bbd7-6ac8a0209bc7/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-20T10:51:56.945726-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": "d766f992-61d6-4f9c-83f4-02dad6179f0d",
            "gambit_id": "63d74a73-53b0-4f8f-8fd4-830567af46d7",
            "last_updated": "2023-05-22T13:27:21.426742-04:00",
            "created_at": "2023-05-20T10:51:56.948313-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/0c58819a-ea46-426f-b471-0b5a52ff0f36/?format=api"
        },
        {
            "id": "e23aa2ea-852c-4429-a5c6-564c0a061b35",
            "gambit_id": "80df9f9b-5080-4419-8438-7423acadc2f8",
            "last_updated": "2023-05-22T13:27:21.428371-04:00",
            "created_at": "2023-05-20T10:51:56.950683-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/0c58819a-ea46-426f-b471-0b5a52ff0f36/?format=api"
        }
    ]
}