GET /api/bet_types/c74ff03e-82dd-47a5-93c3-47b9da6f6270/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c74ff03e-82dd-47a5-93c3-47b9da6f6270",
    "match": "https://api-prod.gambitprofit.com/api/matches/78ae247d-3c12-400f-8391-5e0c534a37b0/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-13T09:38:13.030433-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": "cf0865ad-8551-4271-a62e-7282533ae3d1",
            "gambit_id": "35452051-18e4-47a7-bfa5-11501c82bd2a",
            "last_updated": "2024-01-16T15:13:02.827956-05:00",
            "created_at": "2024-01-13T09:38:13.038850-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/c74ff03e-82dd-47a5-93c3-47b9da6f6270/?format=api"
        },
        {
            "id": "5e8bb255-b525-4113-8cdc-6128af6ec933",
            "gambit_id": "59e45b9c-c66a-42d7-aaac-85d9b3909068",
            "last_updated": "2024-01-16T15:13:02.824608-05:00",
            "created_at": "2024-01-13T09:38:13.034383-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/c74ff03e-82dd-47a5-93c3-47b9da6f6270/?format=api"
        }
    ]
}