GET /api/bet_types/b6890fc1-3180-4b59-a58b-a1a6ab2bfc4c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b6890fc1-3180-4b59-a58b-a1a6ab2bfc4c",
    "match": "https://api-prod.gambitprofit.com/api/matches/b12da709-5a37-487f-bad5-4a937971f16a/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 55.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 55.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "9572adb2-84ef-4ec7-a6af-bbef2c4ddf18",
            "gambit_id": "760abb5d-dc5c-4dd7-aedd-f93197455ff4",
            "last_updated": "2022-09-05T09:27:17.450650-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 55.5",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "55.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6890fc1-3180-4b59-a58b-a1a6ab2bfc4c/?format=api"
        },
        {
            "id": "52cc44cf-97b2-4353-9742-0107736f9048",
            "gambit_id": "c90eac98-bfb5-424e-ac83-739c13d7d036",
            "last_updated": "2022-09-05T09:27:17.451838-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 55.5",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "55.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6890fc1-3180-4b59-a58b-a1a6ab2bfc4c/?format=api"
        }
    ]
}