GET /api/bet_types/e0a9a57d-8b3d-4a7d-a181-ada22c18d485/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e0a9a57d-8b3d-4a7d-a181-ada22c18d485",
    "match": "https://api-prod.gambitprofit.com/api/matches/7c3d9be1-fb23-4367-8e26-b90c474aa5fa/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-30T08:58:12.743650-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 9",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "9c37f4aa-4fc3-4a64-85e4-5d6f010e3b47",
            "gambit_id": "c4a95e27-d1fd-45cf-b7ac-0f4a4a855f6e",
            "last_updated": "2023-10-02T10:48:23.631168-04:00",
            "created_at": "2023-09-30T08:58:12.751479-04:00",
            "name": "Game Total Over 9",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0a9a57d-8b3d-4a7d-a181-ada22c18d485/?format=api"
        },
        {
            "id": "0d9b789d-4b46-43f7-9d75-2b8a0a01b7de",
            "gambit_id": "22e30f12-f77f-4aef-99ef-64f3161ba971",
            "last_updated": "2023-10-02T10:48:23.634566-04:00",
            "created_at": "2023-09-30T08:58:12.760501-04:00",
            "name": "Game Total Under 9",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0a9a57d-8b3d-4a7d-a181-ada22c18d485/?format=api"
        }
    ]
}