GET /api/bet_types/5111e095-1684-4009-a374-41c5bb3799c3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5111e095-1684-4009-a374-41c5bb3799c3",
    "match": "https://api-prod.gambitprofit.com/api/matches/c19be247-acb4-40ff-bb56-50a957de2899/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-11T09:38:14.282375-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 5.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 5.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "8997127a-8fc2-4c69-ba75-498fc5864ad4",
            "gambit_id": "70afc501-1bb7-4d20-8157-b00d9e3f87f6",
            "last_updated": "2024-01-15T09:53:16.213232-05:00",
            "created_at": "2024-01-11T09:38:14.286657-05:00",
            "name": "Game Total Over 5.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5111e095-1684-4009-a374-41c5bb3799c3/?format=api"
        },
        {
            "id": "c8cecc34-bfba-49c8-887d-05a6ce201121",
            "gambit_id": "3103d0dc-da56-4061-9254-e768bb85b047",
            "last_updated": "2024-01-15T09:53:16.234486-05:00",
            "created_at": "2024-01-11T09:38:14.290564-05:00",
            "name": "Game Total Under 5.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5111e095-1684-4009-a374-41c5bb3799c3/?format=api"
        }
    ]
}