GET /api/bet_types/0d721ddf-57f4-4d85-825a-52c6d19b1d8e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0d721ddf-57f4-4d85-825a-52c6d19b1d8e",
    "match": "https://api-prod.gambitprofit.com/api/matches/7305f188-fdd5-4b69-8bca-4a4db2d9ee6a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-24T08:13:21.418735-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 9.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 9.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "b5c2e8c8-c114-48fa-808d-b2d277dbda6f",
            "gambit_id": "6d20c4e5-3632-4cc4-a9d7-c645927bd8fc",
            "last_updated": "2023-07-25T16:38:04.547877-04:00",
            "created_at": "2023-07-24T08:13:21.433125-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d721ddf-57f4-4d85-825a-52c6d19b1d8e/?format=api"
        },
        {
            "id": "16f4aa60-9eb4-470f-815d-0847e402ed1e",
            "gambit_id": "f462161e-20ce-4128-9e3f-0004d7047f3d",
            "last_updated": "2023-07-25T16:38:04.551350-04:00",
            "created_at": "2023-07-24T08:13:21.438393-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d721ddf-57f4-4d85-825a-52c6d19b1d8e/?format=api"
        }
    ]
}