GET /api/bet_types/eb788f5c-c733-4f6b-bc98-933c6c734450/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eb788f5c-c733-4f6b-bc98-933c6c734450",
    "match": "https://api-prod.gambitprofit.com/api/matches/eb389852-41cb-4856-b5bd-8922444624fc/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-24T13:02:10.277097-04: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": 5213.0
            },
            {
                "team": "Game Total Under 5.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "57107b4c-9ca0-4ceb-8d1a-b3ceff40d9a9",
            "gambit_id": "9dd26a8f-5703-43cb-aab4-5d8a021b8510",
            "last_updated": "2023-04-25T11:42:20.763412-04:00",
            "created_at": "2023-04-24T13:02:10.281041-04:00",
            "name": "Game Total Over 5.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb788f5c-c733-4f6b-bc98-933c6c734450/?format=api"
        },
        {
            "id": "dcce8ea9-4dc8-4da3-af7f-bd568ebf725a",
            "gambit_id": "de9bc190-1d7e-46c8-8721-ad232aef93d4",
            "last_updated": "2023-04-25T11:42:20.760850-04:00",
            "created_at": "2023-04-24T13:02:10.279002-04:00",
            "name": "Game Total Under 5.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb788f5c-c733-4f6b-bc98-933c6c734450/?format=api"
        }
    ]
}