GET /api/bet_types/54cf19f1-64f0-4060-9bff-aff7e29c6d85/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "54cf19f1-64f0-4060-9bff-aff7e29c6d85",
    "match": "https://api-prod.gambitprofit.com/api/matches/e37e2070-f0f7-43ba-9653-3d3e39a93862/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-02T08:28:09.476366-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",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "134974a9-cf1c-4fcd-b78b-ba86d12309b8",
            "gambit_id": "9c85f0a5-f518-49b4-85e3-efbb428d7649",
            "last_updated": "2023-12-04T15:38:01.571746-05:00",
            "created_at": "2023-12-02T08:28:09.481398-05:00",
            "name": "Game Total Over 6",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/54cf19f1-64f0-4060-9bff-aff7e29c6d85/?format=api"
        },
        {
            "id": "c8e4811c-c5de-464a-8621-a5536dc4b38f",
            "gambit_id": "1540d9e8-b1a6-4a2b-aa19-f9e4880949b9",
            "last_updated": "2023-12-04T15:38:01.575282-05:00",
            "created_at": "2023-12-02T08:28:09.485520-05:00",
            "name": "Game Total Under 6",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/54cf19f1-64f0-4060-9bff-aff7e29c6d85/?format=api"
        }
    ]
}