GET /api/bet_types/0a1217a3-6fb1-40c8-82c7-7d12b443eae6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0a1217a3-6fb1-40c8-82c7-7d12b443eae6",
    "match": "https://api-prod.gambitprofit.com/api/matches/a1726135-753e-4a14-b813-161d539d0459/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-26T11:52:13.572929-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 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "501d3c39-97e0-45c8-9bfe-01462dce3a36",
            "gambit_id": "9e8103de-7267-4dd1-b2bf-6ee059b67be9",
            "last_updated": "2023-05-27T16:17:17.587268-04:00",
            "created_at": "2023-05-26T11:52:13.575021-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0a1217a3-6fb1-40c8-82c7-7d12b443eae6/?format=api"
        },
        {
            "id": "764f39c3-ead6-4ed9-8aff-235784a4c46a",
            "gambit_id": "4ce454f3-727c-4455-9b69-37b616cf5037",
            "last_updated": "2023-05-27T16:17:17.590731-04:00",
            "created_at": "2023-05-26T11:52:13.577214-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0a1217a3-6fb1-40c8-82c7-7d12b443eae6/?format=api"
        }
    ]
}