GET /api/bet_types/026db7cb-daf9-416b-953a-27c8f3d623d5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "026db7cb-daf9-416b-953a-27c8f3d623d5",
    "match": "https://api-prod.gambitprofit.com/api/matches/8e5b4d68-8792-4f7d-86dd-7de203e82f7a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-21T10:17:16.610973-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 Under 8",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "5fbc2584-99f0-4b58-8f8d-9e3e10eb7d58",
            "gambit_id": "0158191d-00d5-41a5-a2e3-ece3d65acd20",
            "last_updated": "2023-05-22T13:37:00.740020-04:00",
            "created_at": "2023-05-21T10:17:16.612637-04:00",
            "name": "Game Total Under 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/026db7cb-daf9-416b-953a-27c8f3d623d5/?format=api"
        },
        {
            "id": "734e2aab-592c-4677-aeb2-cc88b1646276",
            "gambit_id": "86c88f5d-daca-4415-80b7-dafbed83f9d9",
            "last_updated": "2023-05-22T13:37:00.741320-04:00",
            "created_at": "2023-05-21T10:17:16.614608-04:00",
            "name": "Game Total Over 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/026db7cb-daf9-416b-953a-27c8f3d623d5/?format=api"
        }
    ]
}