GET /api/bet_types/d04d0b58-4f03-4e69-8bbf-23f4929745e3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d04d0b58-4f03-4e69-8bbf-23f4929745e3",
    "match": "https://api-prod.gambitprofit.com/api/matches/41ac8343-ae09-46cc-8beb-8c45f946e0d9/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-19T08:08:08.094409-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",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "972c621f-4aeb-4d16-83e3-d363f77e38b3",
            "gambit_id": "74421eca-db42-4f8d-8240-00a29646c6f2",
            "last_updated": "2023-06-20T10:08:19.014834-04:00",
            "created_at": "2023-06-19T08:08:08.096384-04:00",
            "name": "Game Total Over 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d04d0b58-4f03-4e69-8bbf-23f4929745e3/?format=api"
        },
        {
            "id": "876d6fd7-7825-4703-96ec-680959164c2a",
            "gambit_id": "a0c61823-e7e7-4f02-b54f-bae1beb8c878",
            "last_updated": "2023-06-20T10:08:19.016699-04:00",
            "created_at": "2023-06-19T08:08:08.098042-04:00",
            "name": "Game Total Under 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d04d0b58-4f03-4e69-8bbf-23f4929745e3/?format=api"
        }
    ]
}