GET /api/bet_types/c09720c6-6875-4dcb-b63d-4fe72778bd86/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c09720c6-6875-4dcb-b63d-4fe72778bd86",
    "match": "https://api-prod.gambitprofit.com/api/matches/ab0be270-c68d-401b-8838-8b7845112233/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-10T09:58:01.669742-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": "faf58b5c-a024-47e4-991d-2bb1909d5323",
            "gambit_id": "bcecf38c-cab5-4ca8-aa7d-33c27d700f20",
            "last_updated": "2023-12-12T10:28:16.083092-05:00",
            "created_at": "2023-12-10T09:58:01.678047-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/c09720c6-6875-4dcb-b63d-4fe72778bd86/?format=api"
        },
        {
            "id": "921e1ce1-fd0d-49c8-8c78-a16dd50a1c3d",
            "gambit_id": "95b8fad0-9cfb-4061-a095-8a386b231285",
            "last_updated": "2023-12-12T10:28:16.079734-05:00",
            "created_at": "2023-12-10T09:58:01.673651-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/c09720c6-6875-4dcb-b63d-4fe72778bd86/?format=api"
        }
    ]
}