GET /api/bet_types/bd50b64e-95f0-47e6-a43a-a23320c93db3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bd50b64e-95f0-47e6-a43a-a23320c93db3",
    "match": "https://api-prod.gambitprofit.com/api/matches/09386548-ed3d-44b3-baba-6f1906fae6ac/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-04T10:37:54.358232-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",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "1d42cc1f-181b-476b-af6b-fa6220bf17d5",
            "gambit_id": "fbe005a6-e732-4f4c-ab03-8b29bf15f53b",
            "last_updated": "2023-03-06T11:47:11.323458-05:00",
            "created_at": "2023-03-04T10:37:54.359428-05:00",
            "name": "Game Total Under 6",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd50b64e-95f0-47e6-a43a-a23320c93db3/?format=api"
        },
        {
            "id": "bd4b739d-cd5d-4867-b410-67f785187927",
            "gambit_id": "b1a01c48-37d4-4c4a-b8d4-3349effa2610",
            "last_updated": "2023-03-06T11:47:11.324562-05:00",
            "created_at": "2023-03-04T10:37:54.360649-05:00",
            "name": "Game Total Over 6",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd50b64e-95f0-47e6-a43a-a23320c93db3/?format=api"
        }
    ]
}