GET /api/bet_types/3fb898c9-2ca8-4dcc-8c2a-f5eb650e4479/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3fb898c9-2ca8-4dcc-8c2a-f5eb650e4479",
    "match": "https://api-prod.gambitprofit.com/api/matches/d6413c7e-2c30-467c-b3c3-94bd5844cb82/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-05T09:32:56.366757-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.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "9250a840-d096-45a6-9cd6-d18642fbc567",
            "gambit_id": "e16e402d-1fee-491b-b7ac-36c0d078431f",
            "last_updated": "2024-01-08T14:18:08.484901-05:00",
            "created_at": "2024-01-05T09:32:56.370455-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3fb898c9-2ca8-4dcc-8c2a-f5eb650e4479/?format=api"
        },
        {
            "id": "7ede1651-aba9-4332-94a8-b3ced88aea54",
            "gambit_id": "b788d57e-6f1c-4522-b2f6-e06b95686288",
            "last_updated": "2024-01-08T14:18:08.501751-05:00",
            "created_at": "2024-01-05T09:32:56.375186-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3fb898c9-2ca8-4dcc-8c2a-f5eb650e4479/?format=api"
        }
    ]
}