GET /api/bet_types/9553b82b-6374-408d-8edb-cf5db5b378de/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9553b82b-6374-408d-8edb-cf5db5b378de",
    "match": "https://api-prod.gambitprofit.com/api/matches/017e9c16-fbea-4fdd-bc6b-ac2448f76f17/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-15T10:23:27.213992-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 242.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 242.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ad9611fb-f6f9-4b06-879d-f86cd3d5984c",
            "gambit_id": "6dec6ab1-275b-4572-8acb-0c4af6231881",
            "last_updated": "2024-01-17T22:03:09.142029-05:00",
            "created_at": "2024-01-15T10:23:27.231266-05:00",
            "name": "Game Total Over 242.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "242.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9553b82b-6374-408d-8edb-cf5db5b378de/?format=api"
        },
        {
            "id": "6297dea4-6e7a-4ce4-b736-caa528c68438",
            "gambit_id": "396555ed-467d-484b-9a8d-2978872ba3c7",
            "last_updated": "2024-01-17T22:03:09.145241-05:00",
            "created_at": "2024-01-15T10:23:27.222683-05:00",
            "name": "Game Total Under 242.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "242.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9553b82b-6374-408d-8edb-cf5db5b378de/?format=api"
        }
    ]
}