GET /api/bet_types/cc2248c3-d218-4519-a331-847ca82470ad/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cc2248c3-d218-4519-a331-847ca82470ad",
    "match": "https://api-prod.gambitprofit.com/api/matches/fec2fa71-c05d-439c-ba4e-9edb4101349b/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-25T13:28:11.683899-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": "fb64e13a-fa51-41b6-86c3-6026703e1870",
            "gambit_id": "66d667c3-122e-41e8-b1d7-3401931cd582",
            "last_updated": "2024-01-26T20:58:23.521570-05:00",
            "created_at": "2024-01-25T13:28:11.687812-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/cc2248c3-d218-4519-a331-847ca82470ad/?format=api"
        },
        {
            "id": "e5d0cddf-995e-4dad-89ed-f57170364fd4",
            "gambit_id": "3dfea6ce-fa4d-4fcd-9cd6-55a1e143af00",
            "last_updated": "2024-01-26T20:58:23.524982-05:00",
            "created_at": "2024-01-25T13:28:11.692615-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/cc2248c3-d218-4519-a331-847ca82470ad/?format=api"
        }
    ]
}