GET /api/bet_types/05c4c701-ffc2-4866-ba60-62172c65567a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "05c4c701-ffc2-4866-ba60-62172c65567a",
    "match": "https://api-prod.gambitprofit.com/api/matches/7b661811-af6a-4355-bfa2-6e8a9487ad54/?format=api",
    "name": "Over/Under",
    "created_at": "2024-02-02T10:08:21.301145-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": "Total Rounds Over 2.5",
                "amount": 6047.0
            },
            {
                "team": "Total Rounds Under 2.5",
                "amount": 3953.0
            }
        ],
        "expected_reward_tokens": 9250.02,
        "profit_sb": -249.98,
        "profit_sb_percentage": -2.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "a2acc713-db5c-4dc8-a0ae-0e12b1acaa90",
            "gambit_id": "b3757e89-c070-419c-8ccd-36b3a77642b3",
            "last_updated": "2024-02-06T09:28:13.557161-05:00",
            "created_at": "2024-02-02T10:08:21.305263-05:00",
            "name": "Total Rounds Over 2.5",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/05c4c701-ffc2-4866-ba60-62172c65567a/?format=api"
        },
        {
            "id": "150251ea-e22a-4d77-8e84-df5a4bce2a44",
            "gambit_id": "d6c14f38-92d4-41f5-8e54-a7479d3acae4",
            "last_updated": "2024-02-06T09:28:13.560412-05:00",
            "created_at": "2024-02-02T10:08:21.310388-05:00",
            "name": "Total Rounds Under 2.5",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/05c4c701-ffc2-4866-ba60-62172c65567a/?format=api"
        }
    ]
}