GET /api/bet_types/fcb1b06f-4bd1-4880-ad62-abaa060a8cb6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fcb1b06f-4bd1-4880-ad62-abaa060a8cb6",
    "match": "https://api-prod.gambitprofit.com/api/matches/20f2965d-564f-408f-848e-281d171afc5e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-07T09:48:19.818166-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 Under 6.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "7b49332e-4b76-48b9-b0d6-0348f78e8efa",
            "gambit_id": "0cbfa8f4-facb-4932-b258-d6b3c7dfd8a2",
            "last_updated": "2023-12-08T21:08:05.176831-05:00",
            "created_at": "2023-12-07T09:48:19.825633-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fcb1b06f-4bd1-4880-ad62-abaa060a8cb6/?format=api"
        },
        {
            "id": "e0c4c898-1255-4551-8da5-034f99065796",
            "gambit_id": "74a1e7bf-c5ad-477c-bb64-26de94fd7817",
            "last_updated": "2023-12-08T21:08:05.173167-05:00",
            "created_at": "2023-12-07T09:48:19.821735-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fcb1b06f-4bd1-4880-ad62-abaa060a8cb6/?format=api"
        }
    ]
}